Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Jul 31, 2019
1 parent cdbc6d4 commit d43cf03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ gem "lita-onewheel-loggly"

Configuration
-------------

```
Lita.configure do |config|
config.handlers.onewheel_loggly.api_key = '016450909327860943906:3a3e35xbkzu'
config.handlers.onewheel_loggly.base_uri = 'AIzaSyAlTbxqcZOlb3M-QXR4PCYpS2U1rfgwSlU'
config.handlers.onewheel_loggly.api_key = 'insert key here'
config.handlers.onewheel_loggly.base_uri = 'eh'
config.handlers.onewheel_loggly.query = 'medium'
end
```

Usage
-----
Expand Down

0 comments on commit d43cf03

Please sign in to comment.