Skip to content

Commit da46e02

Browse files
LinusUrenatorib
authored andcommitted
Fix small syntax errors in readme (#125)
1 parent ee2f07a commit da46e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents'
182182
<FormInput onSubmit={add} />
183183
{values.map(tag => (
184184
<Tag onRemove={() => remove(tag)}>{tag}</Tag>
185-
)}
185+
))}
186186
</TagManager>
187187
)}
188188
</Set>
@@ -199,7 +199,7 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents'
199199
<TodoItem onDelete={() => pull(i => i === todo)}>
200200
{todo}
201201
</TodoItem>
202-
)}
202+
))}
203203
</Todo>
204204
)}
205205
</List>

0 commit comments

Comments
 (0)