Documentation Header Spacing
Added single spaces between # and text of headers
diff --git a/FAQ.md b/FAQ.md
index 1554b8d..1b18624 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1,4 +1,4 @@
-#Frequently Asked Questions (FAQ)
+# Frequently Asked Questions (FAQ)
-###How do I work out the arguments and methods that are available for a particular API?
+### How do I work out the arguments and methods that are available for a particular API?
[Dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all the APIs supported by this library.
\ No newline at end of file
diff --git a/README.md b/README.md
index 260286d..f6a96d2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-#About
+# About
This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](http://google.github.io/google-api-python-client).
-#Installation
+# Installation
To install, simply use `pip` or `easy_install`:
```bash
@@ -15,7 +15,7 @@
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
-#Third Party Libraries
+# Third Party Libraries
The following libraries will be installed when you install the client library:
* [httplib2](https://github.com/jcgregorio/httplib2)
* [uri-templates](https://github.com/uri-templates/uritemplate-py)
@@ -26,5 +26,5 @@
For development you will also need:
* [WebTest](http://pythonpaste.org/webtest/)
-#Contributing
+# Contributing
Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.
\ No newline at end of file