Skip to content

Commit d53a3a4

Browse files
authored
Update README.md
1 parent 4d6df2a commit d53a3a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,7 @@ function Home() {
439439

440440
return (
441441
<div className="p-4 max-w-xl">
442-
<h1 class
443-
444-
Name="text-2xl font-bold mb-4">Multi-Select Component</h1>
442+
<h1 className="text-2xl font-bold mb-4">Multi-Select Component</h1>
445443
<MultiSelect
446444
options={frameworksList}
447445
onValueChange={setSelectedFrameworks}

0 commit comments

Comments
 (0)