summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortheoboldalex <44616505+theoboldalex@users.noreply.github.com>2024-08-22 21:49:25 +0100
committerGitHub <noreply@github.com>2024-08-22 16:49:25 -0400
commit133ff663ac01a074aa4342b679fc5beecce275bd (patch)
tree441be5ddf8b18a5399f8c451f74cf0b69244e2ea
parent3fcdaf16465b6d606b2b833319b5f741ca5770e3 (diff)
downloaddots-133ff663ac01a074aa4342b679fc5beecce275bd.tar.gz
Update README.md (#1091)
-rw-r--r--nvim/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/README.md b/nvim/README.md
index 3f19854..0b56eab 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -28,8 +28,8 @@ External Requirements:
- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons
- if you have it set `vim.g.have_nerd_font` in `init.lua` to true
- Language Setup:
- - If want to write Typescript, you need `npm`
- - If want to write Golang, you will need `go`
+ - If you want to write Typescript, you need `npm`
+ - If you want to write Golang, you will need `go`
- etc.
> **NOTE**