From 391576147775d4698f149e5124036a21f6eef461 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 20 Dec 2022 00:01:13 +0000 Subject: [PATCH] Update 'README.md' Fixed formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: