mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
Add site title to first code snippet of getting started
This commit is contained in:
@@ -28,6 +28,7 @@ In the root directory of the starter kit, create a `helloworld.html` with the fo
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello React!</title>
|
||||
<script src="build/react.js"></script>
|
||||
<script src="build/JSXTransformer.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user