We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3c9ee commit bb940ccCopy full SHA for bb940cc
plugins/nvm_win/README.md
@@ -1,11 +1,11 @@
1
-# nvm-win plugin
+# nvm_win plugin
2
3
-The `nvm-win` plugin provides some [aliases](#aliases) and [functions](#functions) for `nvm-windows`.
+The `nvm_win` plugin provides some [aliases](#aliases) and [functions](#functions) for `nvm-windows`.
4
5
-To use it, add `nvm-win` to plugins array in your `~/.bashrc` or `~/.zshrc` file:
+To use it, add `nvm_win` to plugins array in your `~/.bashrc` or `~/.zshrc` file:
6
7
```sh
8
-export SF_PLUGINS=(... nvm-win)
+export SF_PLUGINS=(... nvm_win)
9
```
10
11
## Aliases
0 commit comments