Skip to content

Commit

Permalink
Fix small syntax errors in readme (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU authored and renatorib committed Jun 18, 2018
1 parent ee2f07a commit da46e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents'
<FormInput onSubmit={add} />
{values.map(tag => (
<Tag onRemove={() => remove(tag)}>{tag}</Tag>
)}
))}
</TagManager>
)}
</Set>
Expand All @@ -199,7 +199,7 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents'
<TodoItem onDelete={() => pull(i => i === todo)}>
{todo}
</TodoItem>
)}
))}
</Todo>
)}
</List>
Expand Down

0 comments on commit da46e02

Please sign in to comment.