@ -28,6 +28,7 @@ In the root directory of the starter kit, create a `helloworld.html` with the fo
<!DOCTYPE html>
<html>
<head>
<metacharset="UTF-8"/>
<title>Hello React!</title>
<scriptsrc="build/react.js"></script>
<scriptsrc="build/JSXTransformer.js"></script>
@ -94,6 +95,7 @@ Update your HTML file as below:
<!DOCTYPE html>
<html>
<head>
<metacharset="UTF-8"/>
<title>Hello React!</title>
<scriptsrc="build/react.js"></script>
<!-- No need for JSXTransformer! -->
@ -111,7 +113,7 @@ If you want to use React with [browserify](http://browserify.org/), [webpack](ht
## Next Steps
Check out [the tutorial](/react/docs/tutorial.html) and the other examples in the starter kit's `examples` directory to learn more.
Check out [the tutorial](/react/docs/tutorial.html) and the other examples in the starter kit's `examples` directory to learn more.
We also have a wiki where the community contributes with [workflows, UI-components, routing, data management etc.](https://github.com/facebook/react/wiki/Complementary-Tools)