aweary / react-copy-write

✍️ Immutable state with a mutable API
MIT License
1.79k stars 54 forks source link

doc: fix undeclared/unused variable in README #12

Closed EnixCoda closed 6 years ago

EnixCoda commented 6 years ago

Fixes a small bug in README.

the <input>'s value was assigned with state instead of search. But state was not declared there. The value is supposed to be search, right?

PS. also removed a trailing space on line 13 :P