From 602a78430aee47881f8c57f73ba96fdded9a3ace Mon Sep 17 00:00:00 2001 From: Sidney Liebrand Date: Thu, 28 Jan 2021 01:53:37 +0100 Subject: [PATCH] fix typo in setting example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11c2a50..68eea44 100644 --- a/README.md +++ b/README.md @@ -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`