Skip to content

Commit 5176c57

Browse files
committed
Fix typo
1 parent 607fdbf commit 5176c57

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
@@ -99,7 +99,7 @@ require("obsidian").setup({
9999
```
100100

101101
In this case a note with the title "My new note" will given an ID that looks something like `1657296016-my-new-note`, and therefore the file name `1657296016-my-new-note.md`.
102-
If you always want to put new notes in particular subdirectory of your vault, use the option `notes_subdir`:
102+
If you always want to put new notes in a particular subdirectory of your vault, use the option `notes_subdir`:
103103

104104
```lua
105105
require("obsidian").setup({
@@ -108,7 +108,7 @@ require("obsidian").setup({
108108
})
109109
```
110110

111-
The `notes_subdir` and `note_id_func` options are not mutually exclusive. You can use them both.
111+
The `notes_subdir` and `note_id_func` options are not mutually exclusive. You can use them both. For example, using a combination of both of the above settings, a new note called "My new note" will assigned a path like `notes/1657296016-my-new-note.md`.
112112

113113
#### Using nvim-treesitter
114114

0 commit comments

Comments
 (0)