Fix a typo in the README

This commit is contained in:
Erick Tryzelaar 2014-06-13 22:14:55 -07:00
parent 5569835eb6
commit bbfce4aca4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $ git clone --recursive https://github.com/carlhuda/cargo
or
```
$ git submodule init
$ git submodule upgrade
$ git submodule update
```
Then it's as simple as ```make``` and you're ready to go.