Don't use the min build in getting started guide

This commit is contained in:
Paul O’Shannessy
2014-01-08 11:38:34 -08:00
parent 51e7a6bae1
commit 7efdb43742
+1 -1
View File
@@ -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>