Remove reference to OpenPhotoOAuth.php from the README

This commit is contained in:
Michael Chang 2012-02-18 16:11:33 -05:00
parent 5648de1fb8
commit ca5807be30

View file

@ -12,7 +12,7 @@ python setup.py install
<a name="python"></a>
### How to use the library
To use the library you need to first include `OpenPhotoOAuth.php`, then instantiate an instance of the class and start making calls.
To use the library you need to first ``import openphoto``, then instantiate an instance of the class and start making calls.
from openphoto import OpenPhoto
client = OpenPhoto(host, consumerKey, consumerSecret, token, tokenSecret)