Skip to content

Commit

Permalink
Update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed May 25, 2018
1 parent 290cd3c commit 53e782f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Place a copy of src/config.php in your Craft config directory, by default `confi
```php
<?php
return [
"apiKey" => '',
"apiSecret" => '',
'apiKey' => '',
'apiSecret' => '',
];
```

Expand Down
4 changes: 2 additions & 2 deletions src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
*/

return [
"apiKey" => '',
"apiSecret" => '',
'apiKey' => '',
'apiSecret' => '',
];

0 comments on commit 53e782f

Please sign in to comment.