We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0d196 commit 36f7940Copy full SHA for 36f7940
docs/authentication.md
@@ -19,7 +19,7 @@ To make this authentication work, you just have to generate an APIKEY from the g
19
<?php
20
21
$api = new Places();
22
-$api->authentication([
+$api->useAuthentication([
23
'PublicApiAccess',
24
['key' => 'MY_PLACES_APIKEY']
25
]);
0 commit comments