Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed May 8, 2015
1 parent 1051c55 commit 278b8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ return [
* The api key of a MailChimp account. You can find yours here:
* https://us10.admin.mailchimp.com/account/api-key-popup/
*/
'apiKey' => getenv('MAILCHIMP_APIKEY'),
'apiKey' => env('MAILCHIMP_APIKEY'),

/*
* Here you can define properties of the lists you want to
Expand Down

0 comments on commit 278b8a4

Please sign in to comment.