Skip to content

Commit

Permalink
Fix missing quotes in readme
Browse files Browse the repository at this point in the history
@coryvirok

[ci skip]
  • Loading branch information
brianr committed Oct 31, 2014
1 parent 4d580c5 commit aba35da
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 @@ -57,7 +57,7 @@ Be sure to initialize Rollbar with your access token somewhere during startup:

```ruby
Rollbar.configure do |config|
config.access_token = POST_SERVER_ITEM_ACCESS_TOKEN
config.access_token = 'POST_SERVER_ITEM_ACCESS_TOKEN'
# other configuration settings
# ...
end
Expand Down

0 comments on commit aba35da

Please sign in to comment.