Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio Alcântara authored Apr 10, 2019
1 parent a09f40e commit 3e4e026
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 @@ -23,18 +23,18 @@ logger.verbose('This is verbose!')
logger.debug('This is a debug!')
```

![example](.github/hoopa-logger-example.png)

### Adding Icons

Hoppa logger supports [node-emoji](https://www.webfx.com/tools/emoji-cheat-sheet/) cheat sheet :rocket:

To add just pass a config object with the emoji name, example:

```js
```javascript
logger.info('This is information!', { emoji: 'information_source' })
```

![example](.github/hoopa-logger-example-emoji.png)

## Contributing

### 01. Learn more in the Contributing guide
Expand Down

0 comments on commit 3e4e026

Please sign in to comment.