commit
ffe7d8c7ff
1 changed files with 8 additions and 2 deletions
10
Readme.md
10
Readme.md
|
@ -1,7 +1,7 @@
|
|||
<img src="https://dl.dropboxusercontent.com/u/6396913/koa/logo.png" alt="koa middleware framework for nodejs" width="255px" />
|
||||
|
||||
[![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)
|
||||
|
@ -37,8 +37,14 @@ 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
|
||||
|
||||
- [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
|
||||
|
|
Loading…
Reference in a new issue