scotch-io / react-tweets

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js
http://scotch.io/tutorials/javascript/build-a-real-time-twitter-stream-with-node-and-react-js
697 stars 340 forks source link

Need to close the <section> tag #4

Closed sriverag closed 9 years ago

sriverag commented 9 years ago

Add to the end of this file.

satyanash commented 9 years ago

I don't think that's where <section> ends. You need to replace the </div> on the first line with </section>. The <script> tags should be out of the <section>...</section>.

justinaveryrexroad commented 9 years ago

Fixed by https://github.com/scotch-io/react-tweets/pull/7