We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7471bc commit f6a2888Copy full SHA for f6a2888
docs/docs/getting-started.zh-CN.md
@@ -1,6 +1,6 @@
1
---
2
id: getting-started-zh-CN
3
-title: 开始
+title: 入门教程
4
layout: docs
5
next: tutorial.html
6
@@ -12,17 +12,17 @@ next: tutorial.html
12
* **[React JSFiddle](http://jsfiddle.net/vjeux/kb3gN/)**
13
* [React JSFiddle without JSX](http://jsfiddle.net/vjeux/VkebS/)
14
15
-## 新手教程包 (Starter Kit)
+## 入门教程包 (Starter Kit)
16
17
-开始先下载新手教程包
+开始先下载入门教程包
18
19
<div class="buttons-unit downloads">
20
<a href="/react/downloads/react-{{site.react_version}}.zip" class="button">
21
- 下载新手教程包 {{site.react_version}}
+ 下载入门教程 {{site.react_version}}
22
</a>
23
</div>
24
25
-在新手教程包的根目录,创建一个含有下面代码的`helloworld.html`
+在入门教程包的根目录,创建一个含有下面代码的 `helloworld.html`
26
27
```html
28
<!DOCTYPE html>
0 commit comments