From 9d9cfdc2c8e44d4b6e3ebfe676a18da07604c930 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 4 Oct 2014 16:38:56 -0700 Subject: [PATCH] Two spaces after a period is incorrect. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 01cfb0b..5a12e18 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ ## Installation -First you'll need to make sure your system has a c++ compiler. For OSX, XCode will work, for Ubuntu, the build-essential and libssl-dev packages work. +First you'll need to make sure your system has a c++ compiler. For OSX, XCode will work, for Ubuntu, the build-essential and libssl-dev packages work. ### Install script @@ -22,7 +22,7 @@ You can customize the install source, directory and profile using the `NVM_SOURC ### Manual install -For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in a folder called `nvm`. +For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in a folder called `nvm`. Or if you have `git` installed, then just clone it, and check out the latest version: