Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 4, 2018
1 parent af6864c commit 31556c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ npm install console-emojis
```

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

```js
import 'console-emoji';
import 'console-emojis';
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-emojis",
"version": "1.0.1",
"version": "1.0.2",
"description": "Custom Console Logging with Emoji.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 31556c7

Please sign in to comment.