From da46e02f8e12e3636d6995e47e607291442f6eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Mon, 18 Jun 2018 15:44:17 +0100 Subject: [PATCH] Fix small syntax errors in readme (#125) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccc7ce38..2f2bd7fa 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents' {values.map(tag => ( remove(tag)}>{tag} - )} + ))} )} @@ -199,7 +199,7 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents' pull(i => i === todo)}> {todo} - )} + ))} )}