From 6d320f77af5d1c9f8c9ead657055efc86e95a4a2 Mon Sep 17 00:00:00 2001 From: Thomas Le Duc Date: Tue, 9 Jan 2024 18:12:33 +0100 Subject: [PATCH] Don't abbreviate just in README (#1831) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 576ea1f..aae963c 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!