Correcting nvm.sh comment wrt bash

master
Jordan Harband 2014-07-09 18:30:52 -07:00
parent 10305f0791
commit 2ee4b6f414
1 changed files with 2 additions and 1 deletions

3
nvm.sh
View File

@ -1,5 +1,6 @@
# Node Version Manager
# Implemented as a bash function
# Implemented as a POSIX-compliant function
# Should work on sh, dash, bash, ksh, zsh
# To use source this file from your bash profile
#
# Implemented by Tim Caswell <tim@creationix.com>