Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 10, 2018
1 parent d25c660 commit 38e6367
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
console-emojis
---

help you write better code and make debugging more fun:
Emojis enhance just about any user experience. All Emoji come from the [WebpageFX/emoji-cheat-sheet.com](https://github.com/WebpageFX/emoji-cheat-sheet.com) repository. help you write better code and make debugging more fun:

![console emojis](./console.png)

Expand All @@ -10,12 +10,11 @@ help you write better code and make debugging more fun:
```bash
npm install console-emojis
```
## Usage

```js
require('console-emojis')
```

```js
require('console-emojis');
// es6
import 'console-emojis';
```

Expand Down

0 comments on commit 38e6367

Please sign in to comment.