Skip to content

Commit

Permalink
Remove two more react.min.js references
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits authored and zpao committed Jan 15, 2014
1 parent 7efdb43 commit 52ad24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/02-displaying-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 52ad24f

Please sign in to comment.