Fix a few typos in README.md

This commit is contained in:
Konstantin Nazarov 2021-08-21 18:37:32 +01:00
parent 0553a11f92
commit c50d49ec10
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -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): To create a new note (will open a new editor window):
```sh ```sh
./note.sh -n ./notes.sh -n
``` ```
To list all existing notes with their titles: To list all existing notes with their titles:
```sh ```sh
./note.sh -l ./notes.sh -l
``` ```
To select a note with fuzzy search and edit it: To select a note with fuzzy search and edit it: