Merge pull request #205 from smashwilson/paginate-compute

Update compute service
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 97c985c..eb97094 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -9,3 +9,4 @@
 | Jon Perritt | <jon.perritt@rackspace.com>
 | Ash Wilson | <ash.wilson@rackspace.com>
 | Jamie Hannaford | <jamie.hannaford@rackspace.com>
+| Don Schenck | don.schenck@rackspace.com>
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