From ca5807be30dd42e9b0864440dc2eef43207d409f Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Sat, 18 Feb 2012 16:11:33 -0500 Subject: [PATCH] Remove reference to OpenPhotoOAuth.php from the README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)