From 864b049066032ae791d1509dba7ce67dc82a55a0 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Thu, 27 Sep 2018 09:06:14 -0400 Subject: [PATCH] Update readme.md I missed the trailing underscore under "Cool things built with immer" --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0e508a38..db20bc7a 100644 --- a/readme.md +++ b/readme.md @@ -587,7 +587,7 @@ const nextState = produce(state, draft => { * [quick-redux](https://github.com/jeffreyyoung/quick-redux) _tools to make redux development quicker and easier_ * [bey](https://github.com/jamiebuilds/bey) _Simple immutable state for React using Immer_ * [immer-wieder](https://github.com/drcmda/immer-wieder#readme) _State management lib that combines React 16 Context and immer for Redux semantics_ -* [robodux](https://github.com/neurosnap/robodux) _flexible way to reduce redux boilerplate +* [robodux](https://github.com/neurosnap/robodux) _flexible way to reduce redux boilerplate_ * ... and [many more](https://www.npmjs.com/browse/depended/immer) ## How does Immer work?