add screencast link

we probably should not get too crazy with links here, and maintain them in the Wiki,
but this one is really well done!
This commit is contained in:
TJ Holowaychuk 2014-12-04 01:03:46 -08:00
parent e4076ce930
commit 6ed9d68122

View file

@ -1,5 +1,5 @@
<img src="https://dl.dropboxusercontent.com/u/6396913/koa/logo.png" alt="koa middleware framework for nodejs" width="255px" /> <img src="https://dl.dropboxusercontent.com/u/6396913/koa/logo.png" alt="koa middleware framework for nodejs" width="255px" />
[![gitter][gitter-image]][gitter-url] [![gitter][gitter-image]][gitter-url]
[![NPM version][npm-image]][npm-url] [![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url] [![build status][travis-image]][travis-url]
@ -44,8 +44,9 @@ alias node='node --harmony'
## Getting started ## Getting started
- [kick-off-koa](https://github.com/koajs/kick-off-koa) - An intro to koa via a set of self-guided workshops. - [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. - [Workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of koa, Express' spiritual successor.
- [Introduction Screencast](http://knowthen.com/episode-3-koajs-quickstart-guide/) - An introduction to installing and getting started with Koa
## Example ## Example