From c50d49ec1016a93424eb71cf7e5ad394bc1527cd Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sat, 21 Aug 2021 18:37:32 +0100 Subject: [PATCH] Fix a few typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc69891..2b11a20 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ By default, `notes.sh` will create new entries in `~/Maildir/personal/Notes`, wh To create a new note (will open a new editor window): ```sh -./note.sh -n +./notes.sh -n ``` To list all existing notes with their titles: ```sh -./note.sh -l +./notes.sh -l ``` To select a note with fuzzy search and edit it: