Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Remove arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Feb 14, 2017
1 parent a3dbfb5 commit a73926e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ send, and make it easier to search, graph, alert, etc.

```ruby
logger.info({key: "value"})
# {"key": "value"}
# {"key": "value"} @timber.io {"level": "info", "context": {...}}

logger.info('{"key": "value"}')
# {"key": "value"}
# {"key": "value"} @timber.io {"level": "info", "context": {...}}

logger.info('key=value')
# key=value
# key=value @timber.io {"level": "info", "context": {...}}
```

---
Expand Down

0 comments on commit a73926e

Please sign in to comment.