Skip to content

Commit

Permalink
Add contents of the config file to readme #1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Mar 12, 2021
1 parent 2e543d6 commit 1f2aa09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This is the contents of the published config file:

```php
return [
'api_key' => env('SERPAPI_API_KEY'),
'search_engine' => env('SERPAPI_ENGINE', 'google')
];
```

Expand Down

0 comments on commit 1f2aa09

Please sign in to comment.