Skip to content

Commit

Permalink
Merge pull request #14 from cha2hyun/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
onesine authored Feb 24, 2023
2 parents c7fe41c + a26ca3b commit f32d505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,15 @@ const options = [
{
label: "Mammal",
options: [
{ value: "Dolphin", labe: "🐬 Dolphin" },
{ value: "Giraffe", labe: "πŸ¦’ Giraffe" }
{ value: "Dolphin", label: "🐬 Dolphin" },
{ value: "Giraffe", label: "πŸ¦’ Giraffe" }
]
},
{
label: "Carnivore",
options: [
{ value: "Tiger", labe: "πŸ… Tiger" },
{ value: "Lion", labe: "🦁 Lion" }
{ value: "Tiger", label: "πŸ… Tiger" },
{ value: "Lion", label: "🦁 Lion" }
]
}
];
Expand Down

0 comments on commit f32d505

Please sign in to comment.