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!
master
TJ Holowaychuk 2014-12-04 01:03:46 -08:00
parent e4076ce930
commit 6ed9d68122
1 changed files with 4 additions and 3 deletions

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" />
[![gitter][gitter-image]][gitter-url]
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
@ -44,8 +44,9 @@ alias node='node --harmony'
## Getting started
- [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.
- [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.
- [Introduction Screencast](http://knowthen.com/episode-3-koajs-quickstart-guide/) - An introduction to installing and getting started with Koa
## Example