From b44fe436c624990b3f70ed13b7deeb61f6f7e62c Mon Sep 17 00:00:00 2001 From: Tejas Manohar Date: Tue, 19 Jan 2016 00:42:28 -0800 Subject: [PATCH] docs: mention es2016 when discussing async functions --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 78bc715..350a7b2 100644 --- a/Readme.md +++ b/Readme.md @@ -22,7 +22,7 @@ $ npm install koa ## v2 Alpha - Koa v2 is currently in alpha. In this new version, the middleware function signature completely changes in favor of ES6 syntax: + Koa v2 is currently in alpha. In this new version, the middleware function signature completely changes in favor of ES2015-2016 syntax: ```js // uses async arrow functions