Skip to content

Commit d61ac93

Browse files
committed
Fix typo
1 parent 8baf143 commit d61ac93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Download `notes`, `chmod +x`, put it in your `$path`. This will probably do it:
1919

2020
```bash
2121
curl https://cdn.rawgit.com/pimterry/notes/v0.1.0/notes > /usr/local/bin/notes && chmod +x /usr/local/bin/notes
22-
```
22+
```
2323

2424
By default your notes live in ~/notes, but you can change that to anywhere you like by setting the `$NOTES_DIRECTORY` environmental variable.
2525

@@ -53,7 +53,7 @@ Combine these together! This opens each matching note in your `$EDITOR` in turn.
5353

5454
All the above works. Here's what's coming next:
5555

56-
- [ ] Combining find and grep, to match anything one
56+
- [ ] Combining find and grep, to match either one
5757
- [ ] More interesting and nicer looking file/grep search result formatting (...only when not piping?)
5858
- [ ] Make the file extension optional
5959
- [ ] Bash/zsh command autocompletion

0 commit comments

Comments
 (0)