From c30784b7dd4bf76defc2c2767f8389bd8a3578d6 Mon Sep 17 00:00:00 2001 From: XIE Qianyue Date: Thu, 19 Nov 2015 19:06:24 +0100 Subject: [PATCH 1/2] Update README.md figure out that exercises are not verified under koa 2. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46e1653..ac2c281 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ If you want to play offline, install all these dependencies first: npm install koa koa-session co-body co-views ejs ``` +Note that the exercises of kick-off are only verified under koa 1, but NOT koa 2. ## Learn More - [workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of koa, Express' spiritual successor. From 3a4e12fd9a30dce5262e912229d7b3cacd258a36 Mon Sep 17 00:00:00 2001 From: XIE Qianyue Date: Fri, 20 Nov 2015 09:48:48 +0100 Subject: [PATCH 2/2] Update READ.me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2c281..7da4043 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you want to play offline, install all these dependencies first: npm install koa koa-session co-body co-views ejs ``` -Note that the exercises of kick-off are only verified under koa 1, but NOT koa 2. +Note that the exercises of kick-off are only verified under koa 1, but NOT koa 2. Meanwhile we are migrating to kao 2 and you can also take part in it. ## Learn More - [workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of koa, Express' spiritual successor.