We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e57728 + 41f0d3a commit a27b3b1Copy full SHA for a27b3b1
1 file changed
README.rst
@@ -53,7 +53,7 @@ Examples
53
print_r($obj);
54
55
// Call with pro (you'll need a real key)
56
- $pro = new Embedly_API(array(
+ $pro = new Embedly\Embedly(array(
57
'key' => 'xxxxxxxxxxxxxxxx',
58
'user_agent' => 'Mozilla/5.0 (compatible; mytestapp/1.0)'
59
));
0 commit comments