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 a8dd373 commit fea7bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const random = require('@sefinek/random-emoji');
const kaomoji = new random.Kaomojis();

const uwu = await kaomoji.uwu();
console.log(`Random UwU: ${uwu.message}`);
console.log('Random UwU:', uwu.message);
})();
```

Expand Down

0 comments on commit fea7bfc

Please sign in to comment.