Merge branch 'acceptance-test-readme' of github.com:jamiehannaford/gophercloud into acceptance-test-readme
diff --git a/acceptance/README.md b/acceptance/README.md
index dd4599b..95c174d 100644
--- a/acceptance/README.md
+++ b/acceptance/README.md
@@ -5,8 +5,10 @@
to a remote API.
> **Note:** Because every test will be run against a real API endpoint, you
-> will incur bandwidth and service charges for all the resource usage. Please
-> ensure you delete these resources when you're finished!
+> may incur bandwidth and service charges for all the resource usage. These
+> tests *should* remove their remote products automatically. However, there may
+> be certain cases where this does not happen; always double-check to make sure
+> you have no stragglers left behind.
### Step 1. Set environment variables
@@ -43,7 +45,7 @@
### 2. Run the test suite
-From your `$GOPATH` directory, run:
+From any directory, run:
```
go test -v -tags acceptance github.com/rackspace/gophercloud/...