edit readme doc

This commit is contained in:
zhongsp 2017-04-04 11:18:48 +08:00
parent c0c47fd94c
commit b6d9ec42cd
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,7 @@
# 贡献代码
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
如果您愿意的话,就可以参与到本项目里。
这里接受大家贡献翻译,修改或其它任何形式。
您可以审察已有的翻译并提出保贵的修改意见或直接提交PR。
@ -32,4 +34,4 @@ Gitbook会自动解析。
你的提交最好满足:
* 详细的友好的提交信息,能够直观地说明改动内容。
* 考虑使用`rebase``reset`等工具将你**本地**的提交合并成意义更明确的提交记录。这样历史会更漂亮 :)
* 考虑使用`rebase``reset`等工具将你**本地**的提交合并成意义更明确的提交记录。这样历史会更漂亮 :)

View File

@ -1,12 +1,10 @@
# TypeScript
[![Build Status](https://travis-ci.org/zhongsp/TypeScript.svg?branch=master)](https://travis-ci.org/zhongsp/TypeScript)
[![Build Status](https://travis-ci.org/zhongsp/TypeScript.svg?branch=master)](https://travis-ci.org/zhongsp/TypeScript) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[TypeScript 2.2 发布!](https://blogs.msdn.microsoft.com/typescript/2017/02/22/announcing-typescript-2-2/)
<img src="./misc/ts-2-1-release.jpg" alt="TypeScript Statistics" width="480" height="auto">
<img src="./misc/ts-2-0-npm-downloads.png" alt="TypeScript Statistics" width="480" height="auto">
<img src="./misc/ts-2-1-release.jpg" alt="TypeScript Statistics" width="45%" height="auto"> <img src="./misc/ts-2-0-npm-downloads.png" alt="TypeScript Statistics" width="45%" height="auto">
TypeScript是JavaScript的超集并且能够编译输出为纯粹的JavaScript. <http://www.typescriptlang.org>