From c1b0550acf36590f3438544519e275474371d113 Mon Sep 17 00:00:00 2001 From: Shim Won Date: Thu, 25 Jun 2015 19:39:08 +0900 Subject: [PATCH 1/2] Update script source (c227a39) --- docs/docs/tutorial.ja-JP.md | 6 +++--- docs/docs/tutorial.ko-KR.md | 6 +++--- docs/docs/tutorial.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docs/tutorial.ja-JP.md b/docs/docs/tutorial.ja-JP.md index f76e9e2843..561d46e0e6 100644 --- a/docs/docs/tutorial.ja-JP.md +++ b/docs/docs/tutorial.ja-JP.md @@ -220,9 +220,9 @@ Markdown はインラインでテキストをフォーマットする簡単な Hello React - - - + + + ``` diff --git a/docs/docs/tutorial.ko-KR.md b/docs/docs/tutorial.ko-KR.md index db31889a97..8e07457989 100644 --- a/docs/docs/tutorial.ko-KR.md +++ b/docs/docs/tutorial.ko-KR.md @@ -223,9 +223,9 @@ Markdown은 텍스트를 포맷팅하는 간단한 방식입니다. 예를 들 Hello React - - - + + + ``` diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index 6d7f912332..f8075a6a66 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -221,9 +221,9 @@ First, add the third-party library **marked** to your application. This is a Jav Hello React - - - + + + ``` From ca6fa4b7e6d737651c1bf4a633fe79819ae4ab97 Mon Sep 17 00:00:00 2001 From: Shim Won Date: Fri, 26 Jun 2015 19:34:22 +0900 Subject: [PATCH 2/2] Add site title to first code snippet of getting started (bd9d4b2) --- docs/docs/getting-started.ja-JP.md | 1 + docs/docs/getting-started.ko-KR.md | 1 + docs/docs/getting-started.zh-CN.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/docs/getting-started.ja-JP.md b/docs/docs/getting-started.ja-JP.md index 0719cba3fa..7de3305a80 100644 --- a/docs/docs/getting-started.ja-JP.md +++ b/docs/docs/getting-started.ja-JP.md @@ -29,6 +29,7 @@ React でのハッキングを始めるにあたり、一番簡単なものと + Hello React! diff --git a/docs/docs/getting-started.ko-KR.md b/docs/docs/getting-started.ko-KR.md index 6b96ececf3..a80be6bdaf 100644 --- a/docs/docs/getting-started.ko-KR.md +++ b/docs/docs/getting-started.ko-KR.md @@ -29,6 +29,7 @@ React를 시작하는 가장 빠른 방법은 다음의 Hello World JSFiddle 예 + Hello React! diff --git a/docs/docs/getting-started.zh-CN.md b/docs/docs/getting-started.zh-CN.md index 70a5e84b2d..7555ed34d9 100644 --- a/docs/docs/getting-started.zh-CN.md +++ b/docs/docs/getting-started.zh-CN.md @@ -29,6 +29,7 @@ redirect_from: "docs/index-zh-CN.html" + Hello React!