diff --git a/2015/2015-03-25-the-ultimate-flask-front-end-part-2.markdown b/2015/2015-03-25-the-ultimate-flask-front-end-part-2.markdown index 9d7b5f2..d0408ee 100644 --- a/2015/2015-03-25-the-ultimate-flask-front-end-part-2.markdown +++ b/2015/2015-03-25-the-ultimate-flask-front-end-part-2.markdown @@ -75,7 +75,7 @@ var countries = [ {"name": "Spain"}, {"name": "Poland"}, {"name": "Haiti"} ]; -React.render( +ReactDOM.render( , document.getElementById('main') ); @@ -245,6 +245,7 @@ Ready for a quick test? Update *index.html*: + @@ -332,4 +333,4 @@ Grab the code from the [repo](https://github.com/realpython/ultimate-flask-front

Edits made by Derrick Kearney. Thanks again! -

\ No newline at end of file +