summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Le Duc <dev@tleduc.de>2024-01-09 18:12:33 +0100
committerGitHub <noreply@github.com>2024-01-09 17:12:33 +0000
commit6d320f77af5d1c9f8c9ead657055efc86e95a4a2 (patch)
treecc4b9ee77eacdbf440999149d367b670c4c7d571
parentb66cce0f58cb484e4625fffdd22b3a87ac2a0129 (diff)
Don't abbreviate just in README (#1831)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 576ea1f8..aae963c7 100644
--- a/README.md
+++ b/README.md
@@ -2456,7 +2456,7 @@ line:
Now only the lines starting with `@` will be echoed:
```sh
-$ j quiet
+$ just quiet
hello
goodbye
# all done!