Fix a few typos in README.md
This commit is contained in:
parent
0553a11f92
commit
c50d49ec10
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue