Don't hard code React version anywhere

This commit is contained in:
Paul O’Shannessy
2013-07-16 21:08:10 -07:00
parent 118bb6ca92
commit fd5e9603d1

View File

@@ -17,8 +17,8 @@ Let's look at a really simple example. Create a `hello-react.html` file with the
<html>
<head>
<title>Hello React</title>
<script src="http://fb.me/react-0.4.0.min.js"></script>
<script src="http://fb.me/JSXTransformer-0.4.0.js"></script>
<script src="http://fb.me/react-{{site.react_version}}.min.js"></script>
<script src="http://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
</head>
<body>
<div id="example"></div>