s/costsfrom/costs from
diff --git a/README.asciidoc b/README.asciidoc
index 53cebdf..505e357 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -39,7 +39,7 @@
 ```
 go test -v -tags acceptance github.com/rackspace/gophercloud
 ```
-*Note: Running the acceptance tests briefly creates (and deletes) real resources. You may incur costsfrom your provider by running these.*
+*Note: Running the acceptance tests briefly creates (and deletes) real resources. You may incur costs from your provider by running these.*
 
 To run specific tests, use a regular expression with the `run` flag. For example, to just run the authentication test (named TestAuthentication), run
 ```