Browse Source

Don't use the min build in getting started guide

main
Paul O’Shannessy 11 years ago
parent
commit
132dfd7b1b
  1. 2
      docs/getting-started.md

2
docs/getting-started.md

@ -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>

Loading…
Cancel
Save