diff --git a/README.md b/README.md index 8884739..233fbce 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ seeding of math/rand) `./gopass [number of characters]`
or
`./gopass [number of characters] "[excluded characters]"` +
-eg: -`./gopass 32`
+ +eg: `./gopass 32`
output: `E$bGOiiPASS*,ISl{!MJ&<\[COOL0eVw`
-`./gopass 32 "$,!"`
+eg (with excluded characters): `./gopass 32 "$,!"`
output: `EYbGOiiPASS*2ISl{?MJ&<\[COOL0eVw` <- note the excluded characters are not present in the output # How to install/use for Windows: