Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Dec 20, 2023
1 parent e32f802 commit a8dd373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ const random = require('@sefinek/random-emoji');
const random = require('@sefinek/random-emoji');
const kaomoji = new random.Kaomojis();

kaomoji.love().then(data => console.log(data));
kaomoji.uwu().then(data => console.log(data));
// or shorter
kaomoji.love().then(console.log);
kaomoji.uwu().then(console.log);
```

### » The returned object from [API](https://api.sefinek.net)
Expand Down

0 comments on commit a8dd373

Please sign in to comment.