summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPavel 'PK' Kaminsky <kaminsky.pavel@gmail.com>2023-05-30 11:04:01 +0300
committerGitHub <noreply@github.com>2023-05-30 11:04:01 +0300
commit1d52d1e68b8aa7e399b218bf2faf363e5c093254 (patch)
tree99c1536a5349e8d3ccc156cf8bf8beb1e5407333 /README.md
parentf2b09aaac7cd6e93f857f4faf33329a095da4797 (diff)
Update README.md
fix(docs): whoops missed another instance of `nvim-data`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4a841e..64f386c 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Distribution Alternatives:
* Extract the archive to:
`~/.config/nvim` (Linux)
`~/.config/nvim` (MacOS)
- `%userprofile%\AppData\Local\nvim-data\` (Windows)
+ `%userprofile%\AppData\Local\nvim\` (Windows)
* Ensure your extraction method did not extract with a parent folder. For example in ~/.config/nvim you should have init.lua not another folder called kickstart.nvim.
### Git Clone Installation