Remove reference to OpenPhotoOAuth.php from the README
This commit is contained in:
parent
5648de1fb8
commit
ca5807be30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue