Updated docs
diff --git a/docs/apiclient.discovery.html b/docs/apiclient.discovery.html
index b0acf58..6436939 100644
--- a/docs/apiclient.discovery.html
+++ b/docs/apiclient.discovery.html
@@ -8,7 +8,7 @@
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="apiclient.html"><font color="#ffffff">apiclient</font></a>.discovery</strong></big></big></font></td
><td align=right valign=bottom
-><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/discovery.py">/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/discovery.py</a></font></td></tr></table>
+><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/google-api-python-client/apiclient/discovery.py">/home/jcgregorio/projects/google-api-python-client/apiclient/discovery.py</a></font></td></tr></table>
<p><tt>Client for discovery based APIs<br>
<br>
A client library for Google's discovery based APIs.</tt></p>
@@ -47,6 +47,8 @@
Args:<br>
serviceName: string, name of the service<br>
version: string, the version of the service<br>
+ http: httplib2.Http, An instance of httplib2.Http or something that acts<br>
+ like it that HTTP requests will be made through.<br>
discoveryServiceUrl: string, a URI Template that points to<br>
the location of the discovery service. It should have two<br>
parameters {api} and {apiVersion} that when filled in<br>