Merge pull request #18 from erickt/master

Fix a typo in the README
This commit is contained in:
Alex Crichton 2014-06-19 12:00:37 -07:00
commit bee480e465

View File

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