Skip to content

Commit bb940cc

Browse files
committedFeb 4, 2023
docs(nvm_win): update plugin name
1 parent ad3c9ee commit bb940cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎plugins/nvm_win/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# nvm-win plugin
1+
# nvm_win plugin
22

3-
The `nvm-win` plugin provides some [aliases](#aliases) and [functions](#functions) for `nvm-windows`.
3+
The `nvm_win` plugin provides some [aliases](#aliases) and [functions](#functions) for `nvm-windows`.
44

5-
To use it, add `nvm-win` to plugins array in your `~/.bashrc` or `~/.zshrc` file:
5+
To use it, add `nvm_win` to plugins array in your `~/.bashrc` or `~/.zshrc` file:
66

77
```sh
8-
export SF_PLUGINS=(... nvm-win)
8+
export SF_PLUGINS=(... nvm_win)
99
```
1010

1111
## Aliases

0 commit comments

Comments
 (0)
Please sign in to comment.