update description and such

master
Jonatan Nilsson 2019-10-11 17:34:28 +00:00
parent fad4d10057
commit 46b43d831b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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",