Skip to content

Commit

Permalink
Fixes for 😼 • Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Dec 20, 2023
1 parent 4fb0586 commit f11f0c5
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 @@ -38,7 +38,7 @@ console.log(random.unicode()); // 🥰
// 2. Random emoji with name and type
const emoji = random.emojis();
console.log(`Emoji: ${emoji.content}; Name: ${emoji.name}; Type: ${emoji.type};`);
// 🐶; Name: Dog Face; Type: animal;
// Emoji: 🐶; Name: Dog Face; Type: animal;

// 3. Random cat
const cat = random.cats();
Expand Down

0 comments on commit f11f0c5

Please sign in to comment.