diff --git a/docs/getting-started.md b/docs/getting-started.md index 36c3a59b..049ece11 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -57,6 +57,8 @@ React.renderComponent( document.getElementById('example') ); ``` +> ```/** @jsx React.DOM */``` is must, or jsx would not convert. + Then reference it from `helloworld.html`: ```html{10}