Skip to content

Commit

Permalink
Update DOCUMENTATION
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 7, 2019
1 parent e2eab78 commit 2dda1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Search images

```php
// Create the API provider.
$provider = new APIProvider("key");
$provider = new APIProvider("YOUR_API_KEY");

// Create a Seacrh images model.
$request = new SearchImagesRequest();
Expand All @@ -30,7 +30,7 @@ Search videos

```php
// Create the API provider.
$provider = new APIProvider("key");
$provider = new APIProvider("YOUR_API_KEY");

// Create a Search videos model.
$request = new SearchVideosRequest();
Expand Down

0 comments on commit 2dda1cb

Please sign in to comment.