Updated Documentation

Removed FAQ.md as it didn’t really serve much of a purpose; the
information it provides was consolidated into README.md

Updated README.md to reflect development dependencies, minor spacing
issue, and provide link that was previously included in FAQ.md
diff --git a/FAQ.md b/FAQ.md
deleted file mode 100644
index 1b18624..0000000
--- a/FAQ.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Frequently Asked Questions (FAQ)
-
-### 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 f6a96d2..b460bfb 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,21 @@
 # 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).
+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). Additionally, [dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all of the APIs supported by this library.
 
 
 # Installation
 To install, simply use `pip` or `easy_install`:
 
 ```bash
-    $ pip install --upgrade google-api-python-client
+$ pip install --upgrade google-api-python-client
 ```
 or
 ```bash
-    $ easy_install --upgrade google-api-python-client
+$ easy_install --upgrade google-api-python-client
 ```
 
 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 and Dependencies
 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)
@@ -23,8 +23,10 @@
 Depending on your version of Python, these libraries may also be installed:
 * [simplejson](https://pypi.python.org/pypi/simplejson/)
 
-For development you will also need:
+For development you will also need the following libraries:
 * [WebTest](http://pythonpaste.org/webtest/)
+* [pycrypto](https://pypi.python.org/pypi/pycrypto)
+* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
 
 # 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