From a8dd3739f10dbfc88c01006da295df5d5bc3f4a5 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 20 Dec 2023 08:34:15 +0100 Subject: [PATCH] Update example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4637409..a45f2cd 100644 --- a/README.md +++ b/README.md @@ -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)