summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-01-08 20:44:00 +0100
committerGitHub <noreply@github.com>2024-01-08 14:44:00 -0500
commitdc0a6cfe6cbca3308cf35ae16e71f4fe3b83fd01 (patch)
treead12ffea4ba4c90abc2973eb49fc917a79ce81ab
parentc3c0278f0638c2bd96e8098e8bab6bf38e72111f (diff)
downloaddots-dc0a6cfe6cbca3308cf35ae16e71f4fe3b83fd01.tar.gz
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.
-rw-r--r--nvim/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/README.md b/nvim/README.md
index 5c78491..1a7e540 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -72,9 +72,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