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
value={{
...this.state,
addTodo={this._addTodo},
setFilter={this._setFilter},
addTodo: this._addTodo,
setFilter: this._setFilter,
/* same goes for remove, complete, and clear */
}}>
<div>