Skip to content

Commit a27b3b1

Browse files
committed
Merge pull request #19 from brice/patch-1
Update README.rst
2 parents 7e57728 + 41f0d3a commit a27b3b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Examples
5353
print_r($obj);
5454

5555
// Call with pro (you'll need a real key)
56-
$pro = new Embedly_API(array(
56+
$pro = new Embedly\Embedly(array(
5757
'key' => 'xxxxxxxxxxxxxxxx',
5858
'user_agent' => 'Mozilla/5.0 (compatible; mytestapp/1.0)'
5959
));

0 commit comments

Comments
 (0)