diff --git a/Readme.md b/Readme.md index c126d4a..06abc11 100644 --- a/Readme.md +++ b/Readme.md @@ -20,13 +20,13 @@ Koa requires __node v7.6.0__ or higher for ES2015 and async function support. ``` -$ npm install koa +$ npm install koa-lite ``` ## Hello Koa ```js -const Koa = require('koa'); +const Koa = require('koa-lite'); const app = new Koa(); // response diff --git a/package.json b/package.json index de799f9..c8cf2dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "koa", + "name": "koa-lite", "version": "2.8.2", - "description": "Koa web app framework", + "description": "Lite version of the Koa web app framework", "main": "lib/application.js", "scripts": { "test": "egg-bin test test",