From 0db0fc081d177d61e6032351df86cc7cc71651e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marenco?= Date: Wed, 11 May 2016 10:45:56 -0400 Subject: [PATCH] Update README.markdown Changed `source` to `.` as @ljharb commented on the PR #1092 --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index df89c86..b647610 100644 --- a/README.markdown +++ b/README.markdown @@ -48,7 +48,7 @@ Note: On OSX, if you get `nvm: command not found` after running the install scri To verify that nvm has been installed, do -`source ~/.bash_profile` (or whichever profile you added nvm to) +`. ~/.bash_profile` (or whichever profile you added nvm to) `command -v nvm`