From 91857ef6c91c94bdcd1919a56ca6973011318850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20Gr=C3=B6nroos?= Date: Thu, 11 Aug 2022 14:04:15 +0300 Subject: [PATCH] Improve wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b55154..06802aa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This tiny program generates somewhat memorable passwords in Finnish. Each generated password also includes a randomly placed 3-character Base32 section to add entropy. -It accepts no parameters. +It accepts no command line arguments. Example password: `molekyylibiologia-madonnamainen-QR5-kirkonrotta` @@ -11,7 +11,7 @@ The wordlist contains about 91690 words and is a subset of the wordlist found at ## Installation -Pre-built releases exist for Linux, macOS and Windows on amd64/amd64 platforms. See the releases for details. +Pre-built releases exist for Linux, macOS and Windows on amd64/arm64 platforms. See the releases for details. ## Development Clone the repo and run `go build`.