aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-07 02:44:57 +0800
committerjdhao <jdhao@hotmail.com>2021-08-07 03:15:22 +0800
commit8dffa8bd23606cb72831bdd22f00b41e3bce8d30 (patch)
treec48f4494804664ab04219a60ef67ff346d541422 /docs
parentd434627738c59473530d807cb645df6deb4c8e80 (diff)
chore: formatting and fix spell errors
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 77bdc27..acecd98 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -103,7 +103,7 @@ Set its PATH properly and make sure you can call `ctags` from command line.
## Ripgrep
-[Ripgrep](https://github.com/BurntSushi/ripgrep), aka, `rg`, is a fast greping
+[Ripgrep](https://github.com/BurntSushi/ripgrep), aka, `rg`, is a fast grepping
tool available for both Linux, Windows and macOS. It is used by several
searching plugins.
@@ -199,7 +199,7 @@ setups.
I use [packer.nvim](https://github.com/wbthomason/packer.nvim) to manage my
plugins. We need to install packer.nvim on our system first.
-For Windows, if curl is installed, use the following command (on Powershell):
+For Windows, if curl is installed, use the following command (on PowerShell):
```
git clone --depth=1 https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"