diff options
author | theoboldalex <44616505+theoboldalex@users.noreply.github.com> | 2024-08-22 21:49:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 16:49:25 -0400 |
commit | c1ae9092cbd2b75ee25284a594209a8147609cef (patch) | |
tree | 2029824894d3838ea54b51035a1b9f7889adce72 | |
parent | 186018483039b20dc39d7991e4fb28090dd4750e (diff) |
Update README.md (#1091)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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** |