workshopper / learnyoureact

Let's learn React.js and server side rendering!
MIT License
536 stars 142 forks source link

exercise 4 problem statement missing information #105

Closed BerkeleyTrue closed 8 years ago

BerkeleyTrue commented 8 years ago

Problem expects

<Todo title="Learn React">15:00</Todo>

But instructions say to add

<Todo>15:00</Todo>
BerkeleyTrue commented 8 years ago

NVM, I see further instructions clarify to add the title.