Browse Source

change some translation words

main
ray 11 years ago
parent
commit
78a1ab8b2c
  1. 10
      docs/getting-started.zh-CN.md

10
docs/getting-started.zh-CN.md

@ -1,6 +1,6 @@
--- ---
id: getting-started-zh-CN id: getting-started-zh-CN
title: 开始 title: 入门教程
layout: docs layout: docs
next: tutorial.html next: tutorial.html
--- ---
@ -12,17 +12,17 @@ next: tutorial.html
* **[React JSFiddle](http://jsfiddle.net/vjeux/kb3gN/)** * **[React JSFiddle](http://jsfiddle.net/vjeux/kb3gN/)**
* [React JSFiddle without JSX](http://jsfiddle.net/vjeux/VkebS/) * [React JSFiddle without JSX](http://jsfiddle.net/vjeux/VkebS/)
## 新手教程包 (Starter Kit) ## 入门教程包 (Starter Kit)
开始先下载新手教程包 开始先下载入门教程包
<div class="buttons-unit downloads"> <div class="buttons-unit downloads">
<a href="/react/downloads/react-{{site.react_version}}.zip" class="button"> <a href="/react/downloads/react-{{site.react_version}}.zip" class="button">
下载新手教程包 {{site.react_version}} 下载入门教程 {{site.react_version}}
</a> </a>
</div> </div>
新手教程包的根目录,创建一个含有下面代码的`helloworld.html` 入门教程包的根目录,创建一个含有下面代码的 `helloworld.html`
```html ```html
<!DOCTYPE html> <!DOCTYPE html>

Loading…
Cancel
Save