Update README.md

This commit is contained in:
Micah Godbolt
2019-03-05 12:47:55 -08:00
committed by GitHub
parent 5dfda79e02
commit 17ab94ff15

View File

@@ -66,8 +66,8 @@ class TodoApp extends React.Component {
<TodoContext.Provider <TodoContext.Provider
value={{ value={{
...this.state, ...this.state,
addTodo={this._addTodo}, addTodo: this._addTodo,
setFilter={this._setFilter}, setFilter: this._setFilter,
/* same goes for remove, complete, and clear */ /* same goes for remove, complete, and clear */
}}> }}>
<div> <div>