diff --git a/README.markdown b/README.markdown index 4f13638..ac42b5f 100644 --- a/README.markdown +++ b/README.markdown @@ -12,7 +12,7 @@ python setup.py install ### 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)