Browse Source

Add site title to first code snippet of getting started

main
Tay Yang Shun 10 years ago
parent
commit
84e3594c0f
  1. 1
      docs/getting-started.md

1
docs/getting-started.md

@ -28,6 +28,7 @@ In the root directory of the starter kit, create a `helloworld.html` with the fo
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Hello React!</title>
<script src="build/react.js"></script> <script src="build/react.js"></script>
<script src="build/JSXTransformer.js"></script> <script src="build/JSXTransformer.js"></script>
</head> </head>

Loading…
Cancel
Save