Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski authored Jul 16, 2018
1 parent 10aae75 commit ff00829
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 @@ -10,7 +10,7 @@ Rollbar error monitoring integration for Magento projects.
2. Add your Rollbar post server access token to `app/etc/env.php` under `rollbar` key, ie:
```php
'rollbar' => [
'access_token' => 'eb2561a52efb4d4bba5a1d4b68be13e9'
'access_token' => '[YOUR ACCESS TOKEN]'
]
```
3. Add any additional Rollbar configuration in `app/etc/env.php` under `rollbar` key.
Expand Down

0 comments on commit ff00829

Please sign in to comment.