Author: Kevin Schoon [kevinschoon@gmail.com]
Hash: b515b20b5f0a85a188184d5314879ee9a6f0343b
Timestamp: Thu, 20 Jan 2022 14:21:11 +0000 (2 years ago)

+14 -6 +/-1 browse
update README
1diff --git a/README.md b/README.md
2index 36c8831..6ed8b53 100644
3--- a/README.md
4+++ b/README.md
5 @@ -84,12 +84,20 @@ date (YYYYMMDD) on which it was created. If multiple notes are created on one da
6 be appended to the file.
7
8 ```bash
9- $ tree ~/.local/share/note/
10- /home/kevin/.local/share/note/
11- ├── note-20200818-1.md
12- ├── note-20200819-1.md
13- ├── note-20200819-2.md
14- └── note-20200819-3.md
15+ $ tree .
16+ .
17+ ├── manifest.json
18+ ├── note-20211123-0.md
19+ ├── note-20211123-1.md
20+ ├── note-20211123-2.md
21+ ├── note-20211123-3.md
22+ ├── note-20211123-4.md
23+ ├── note-20211123-5.md
24+ ├── note-20211123-6.md
25+ ├── note-20211123-7.md
26+ ├── note-20211123-8.md
27+ └── note-20211123-9.md
28+
29 ```
30
31 ## Persisting Notes with Git