Fix string escape in README.md

This commit is contained in:
Konstantin Nazarov 2023-09-30 21:32:54 +01:00
parent 9276b93fae
commit e279f66801
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -54,7 +54,7 @@ Just put the following aliases into `~/.bashrc` to make things easier:
alias nn="notes.sh -n"
# Type "ne" to look up and edit an existing note
alias ne="notes.sh -l | fzf --tac --with-nth="2..-1" | xargs -o notes.sh -e"
alias ne="notes.sh -l | fzf --tac --with-nth=\"2..-1\" | xargs -o notes.sh -e"
```
## Publishing notes to HTML