Skip to content

Commit

Permalink
Two spaces after a period is incorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 4, 2014
1 parent 1931f7f commit 9d9cfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:

Expand Down

0 comments on commit 9d9cfdc

Please sign in to comment.