Fix a minor typo in the README.

This commit is contained in:
Joshua Lund 2014-07-31 19:09:04 -06:00
parent c6741cf1b5
commit 696fc7c04e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ as a compilation tool on top of Go:
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`.
Install the necessary dependencies by running `make updatedeps` and then just
type `make`. This will compile some more dependencies and thenrun the tests. If
type `make`. This will compile some more dependencies and then run the tests. If
this exits with exit status 0, then everything is working!
$ make updatedeps