From bf553ba2513a0d45c8db2335346d4ec00167d028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20S=C3=BCskind?= <52210599+sueskind@users.noreply.github.com> Date: Wed, 22 Mar 2023 20:10:46 +0100 Subject: [PATCH] Change steamguard-cli command to steamguard in example (#189) A very minor pull request for a small (I believe) mistake in the `README.md`. The command for generating and copying a new code to the clipboard used `steamguard-cli` as command which took me a bit off guard and made me question if I installed steamguard-cli correctly. This PR changes it to `steamguard`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b21f9a..dafbf1b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ steamguard --help Generate and copy a new code to clipboard: ```bash -steamguard-cli | xclip -selection clipboard +steamguard | xclip -selection clipboard ``` ## Importing 2FA Secret Into Other Applications