From 6ed9d681220c22d4ea4558e519c6b59413bc1be7 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 4 Dec 2014 01:03:46 -0800 Subject: [PATCH] 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! --- Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 9c00a30..b3052a3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ koa middleware framework for nodejs - + [![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