From fd8f1a5d1fc4d0244ac05f86c810a246805059c4 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Fri, 6 May 2022 10:16:38 +0100 Subject: [PATCH] numeric --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d79f5..b7e3839 100644 --- a/README.md +++ b/README.md @@ -634,7 +634,7 @@ If `openssl` is not available then we can also use `head` to read from `/dev/ura head -c 32 < /dev/urandom | xxd -p -c 32 ``` -or make it alpha-nummberic +or make it alpha-numeric ```sh head -c 32 < /dev/urandom | base64 | tr -dc '[:alpha:]' | head -c 16