update react version in script tag

This commit is contained in:
Murphy McMahon 2014-12-02 18:39:37 -02:00
parent 7c35cb1fed
commit 577a309eb2

View File

@ -29,7 +29,7 @@ to the *:compiler* section of project.clj, as shown in the examples
directory (or "reagent/react.min.js" in production). You could also directory (or "reagent/react.min.js" in production). You could also
add add
<script src="http://fb.me/react-0.9.0.js"></script> <script src="http://fb.me/react-0.12.1.js"></script>
directly to your html. directly to your html.