Skip to content

Commit 4bd906d

Browse files
authored
docs: fix typos in README (#206)
1 parent afb587b commit 4bd906d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,10 @@ don't need the full dir=/path. You may use any value that can be passed to the
295295
current file. For example:
296296

297297
```
298-
:NeoTree ./relative/path
299-
:NeoTree /home/user/relative/path
300-
:NeoTree dir=/home/user/relative/path
301-
:NeoTree position=current dir=relative/path
298+
:Neotree ./relative/path
299+
:Neotree /home/user/relative/path
300+
:Neotree dir=/home/user/relative/path
301+
:Neotree position=current dir=relative/path
302302
```
303303

304304
#### `reveal`
@@ -313,9 +313,9 @@ be assumed to be this option. Like "dir", you can pass any value that can be
313313
passed to the 'expand' function. For example:
314314

315315
```
316-
:NeoTree reveal_file=/home/user/my/file.text
317-
:NeoTree position=current dir=%:p:h:h reveal_file=%:p
318-
:NeoTree current %:p:h:h %:p
316+
:Neotree reveal_file=/home/user/my/file.text
317+
:Neotree position=current dir=%:p:h:h reveal_file=%:p
318+
:Neotree current %:p:h:h %:p
319319
```
320320

321321
One neat trick you can do with this is to open a Neotree window which is

0 commit comments

Comments
 (0)