From fffea8b6a628ab5d12ee09cc0ffef29fc90b5ee6 Mon Sep 17 00:00:00 2001 From: lichengyin Date: Fri, 6 Nov 2015 16:53:38 +0800 Subject: [PATCH] update doc --- README.md | 5 +++++ README_zh-CN.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 588d2833..80f28370 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ +[![Coverage Status](https://p.ssl.qhimg.com/d/inn/e270ec1e/logo_large.jpg)](https://thinkjs.org/) + +----- + [![NPM version](https://img.shields.io/npm/v/thinkjs.svg?style=flat-square)](http://badge.fury.io/js/thinkjs) [![travis-ci](https://img.shields.io/travis/75team/thinkjs.svg?style=flat-square)](https://travis-ci.org/75team/thinkjs) [![Coverage Status](https://img.shields.io/coveralls/75team/thinkjs.svg?style=flat-square)](https://coveralls.io/github/75team/thinkjs) [简体中文文档](https://github.com/75team/thinkjs/blob/master/README_zh-CN.md) + ## Introduction As a Node.js MVC framework, ThinkJS 2.0 had completelly been rewritten with brand-new ECMAScript 6/7 features. By using ES7's `async/await` or ES6's `Generator Function` features, ThinkJS 2.0 could thoroughly solve the asynchronous nesting problem within Node.js. Also, ThinkJS 2.0 has designed by absorb the concepts and ideas from many frameworks around the world, so developing Node.js projects with ThinkJS would be more simple and efficient than ever. diff --git a/README_zh-CN.md b/README_zh-CN.md index 1d31dd58..18c17ff7 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -1,3 +1,7 @@ +[![Coverage Status](https://p.ssl.qhimg.com/d/inn/e270ec1e/logo_large.jpg)](https://thinkjs.org/) + +----- + [![NPM version](https://img.shields.io/npm/v/thinkjs.svg?style=flat-square)](http://badge.fury.io/js/thinkjs) [![travis-ci](https://img.shields.io/travis/75team/thinkjs.svg?style=flat-square)](https://travis-ci.org/75team/thinkjs) [![Coverage Status](https://img.shields.io/coveralls/75team/thinkjs.svg?style=flat-square)](https://coveralls.io/github/75team/thinkjs)