Remove two more react.min.js references

This commit is contained in:
Ben Alpert
2014-01-08 11:40:53 -08:00
committed by Paul O’Shannessy
parent 7efdb43742
commit 52ad24f788
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ 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-{{site.react_version}}.min.js"></script>
<script src="http://fb.me/react-{{site.react_version}}.js"></script>
<script src="http://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
</head>
<body>
+1 -1
View File
@@ -99,7 +99,7 @@ Update your HTML file as below:
<html>
<head>
<title>Hello React!</title>
<script src="build/react.min.js"></script>
<script src="build/react.js"></script>
<!-- No need for JSXTransformer! -->
</head>
<body>