From 696fc7c04e145052c67f637d1af589b333434e17 Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Thu, 31 Jul 2014 19:09:04 -0600 Subject: [PATCH] Fix a minor typo in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea4bdfbf..57f7b3f7b 100644 --- a/README.md +++ b/README.md @@ -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