Added very small parenthetical note regarding Windows.
Fixed a typo.
diff --git a/README.asciidoc b/README.asciidoc
index 505e357..ebffbdb 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -19,11 +19,11 @@
 
 === Getting the code
 
-To download Gophercloud, simpy run
+To download Gophercloud, simply run
 ```
 go get github.com/rackspace/gophercloud
 ```
-It will automatically retrieve all dependencies. Goperhcloud and its dependencies will be located within your $GOPATH.
+It will automatically retrieve all dependencies. Goperhcloud and its dependencies will be located within your $GOPATH (%GOPATH% if you are using Windows).
 
 === Running the tests