documenting example usage of a custom HTTP client (#231)
* example to implement custom logging and re-auth limits
* faq for advanced usage and customization
diff --git a/README.md b/README.md
index 0e1fe06..8d8d0a5 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,10 @@
new resource in the `server` variable (a
[`servers.Server`](http://godoc.org/github.com/gophercloud/gophercloud) struct).
+## Advanced Usage
+
+Have a look at the [FAQ](./FAQ.md) for some tips on customizing the way Gophercloud works.
+
## Backwards-Compatibility Guarantees
None. Vendor it and write tests covering the parts you use.