diff --git a/README.md b/README.md index c2c8a5c..02cd2be 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ PBKDF2 hashing for Bash ## USAGE ``` -$ bash pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}* +$ bash pbkdf2.sh hashtype salt password iterations {raw/full/rawfull} ``` or ``` -$ ./pbkdf2.sh *hashtype* *salt* *password* *iterations* *{raw/full/rawfull}* +$ ./pbkdf2.sh hashtype salt password iterations {raw/full/rawfull} ``` ### hashtype *string*