From 37e273f85c249f3420533eb6dbf654787935508c Mon Sep 17 00:00:00 2001 From: dead_horse Date: Sat, 26 Jul 2014 14:43:41 +0800 Subject: [PATCH 1/2] add getting start resource --- Readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b176a24..474ffb2 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ koa middleware framework for nodejs - [![NPM version][npm-image]][npm-url] - [![build status][travis-image]][travis-url] + [![NPM version][npm-image]][npm-url] + [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] Expressive middleware for node.js using generators via [co](https://github.com/visionmedia/co) @@ -39,6 +39,11 @@ alias node='node --harmony' - [FAQ](docs/faq.md) - __#koajs__ on freenode +## Getting start + + - [kick-off-koa](https://github.com/koajs/kick-off-koa) - An intro to koa via a set of self-guided workshops. + - [workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of koa, Express' spiritual successor. + ## Example ```js From f1c66393052b2ef2d236af98dd3fc7a7b61f5877 Mon Sep 17 00:00:00 2001 From: dead_horse Date: Sat, 26 Jul 2014 14:49:23 +0800 Subject: [PATCH 2/2] add chinese API documentation --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 474ffb2..8f65173 100644 --- a/Readme.md +++ b/Readme.md @@ -37,6 +37,7 @@ alias node='node --harmony' - [Mailing list](https://groups.google.com/forum/#!forum/koajs) - [Guide](docs/guide.md) - [FAQ](docs/faq.md) + - [中文文档](http://koajs.cn/) - __#koajs__ on freenode ## Getting start