Skip to content

Commit

Permalink
Merge pull request facebook#4207 from yangshun/patch-1
Browse files Browse the repository at this point in the history
Add site title to first code snippet of getting started
  • Loading branch information
sophiebits committed Jun 24, 2015
2 parents 3dc4384 + bd9d4b2 commit e80cccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e80cccf

Please sign in to comment.