Skip to content

Commit

Permalink
Don't use the min build in getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Jan 15, 2014
1 parent 51e7a6b commit 7efdb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In the root directory of the starter kit, create a `helloworld.html` with the fo
<!DOCTYPE html>
<html>
<head>
<script src="build/react.min.js"></script>
<script src="build/react.js"></script>
<script src="build/JSXTransformer.js"></script>
</head>
<body>
Expand Down

0 comments on commit 7efdb43

Please sign in to comment.