From 1478c721246ce99c605036e3d830c1e130747b78 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 20 Aug 2013 10:39:44 -0700 Subject: [PATCH] Lowercasing nvm like npm. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 3885d43..074f780 100644 --- a/README.markdown +++ b/README.markdown @@ -14,7 +14,7 @@ or Wget: wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh -The script clones the Nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile` or `~/.profile`). +The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile` or `~/.profile`). ### Manual install @@ -68,7 +68,7 @@ To set a default Node version to be used in any new shell, use the alias 'defaul ## License -Nvm is released under the MIT license. +nvm is released under the MIT license. Copyright (C) 2010-2013 Tim Caswell