diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-01-08 20:44:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 14:44:00 -0500 |
commit | 60b93c95d31d1b6723ba1c85db42352b343ebe10 (patch) | |
tree | 4d0905d1423b7d623f2a71fc87336c5de0913e63 /README.md | |
parent | c11afa2f90a9e5b995ef51c8f4b37dfcdc1a7390 (diff) |
README.md: rename the duplicate "Introduction" to "Getting Started" (#572)
Changing this second "Introduction" heading to "Getting Started"
The recent change in README which moved the youtube link from FAQ
to it's own section used the heading "Introduction" which is already
the first heading in the file.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,9 +71,9 @@ If you would prefer to hide this step and run the plugin sync from the command l nvim --headless "+Lazy! sync" +qa ``` -### Introduction +### Getting Started -To get started, see [Effective Neovim: Instant IDE](https://youtu.be/stqUbv-5u2s), covering the previous version. Note: The install via init.lua is outdated, please follow the install instructions in this file instead. An updated video is coming soon. +See [Effective Neovim: Instant IDE](https://youtu.be/stqUbv-5u2s), covering the previous version. Note: The install via init.lua is outdated, please follow the install instructions in this file instead. An updated video is coming soon. ### Recommended Steps |