diff --git a/README.md b/README.md index 7a2e43a..645acfd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Some shortcuts are built in. They may be unique to Sqish or be copied from Zsh f * Ctrl+C : Clears the current line and starts a new one ### In Text: -* !12 : Returns command number 12 from history (Replace the number 12 12 12 12 12 12 12 12 12 12 12 12 with any number from history). You can add commands after it, like: "!12 | grep squirrel" +* !12 : Returns command number 12 from history (Replace the number 12 with any number from history). You can add commands after it, like: "!12 | grep squirrel" * !! : Appends the previous command to the current line. Same principle as !12.