Skip to content

Commit

Permalink
fix typo in setting example
Browse files Browse the repository at this point in the history
  • Loading branch information
SidOfc committed Jan 28, 2021
1 parent c977b1f commit 602a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ Otherwise, you will first have to generate the TOC once manually in the desired
```viml
" :h mkdx-setting-toc-update-on-write
let g:mkdx#settings = { 'toc': { 'save_on_write': 0 } }
let g:mkdx#settings = { 'toc': { 'update_on_write': 0 } }
```
## `g:mkdx#settings.toc.position`
Expand Down

0 comments on commit 602a784

Please sign in to comment.