parent
664161a227
commit
ae9edb6dc9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ app.use(ctx => {
|
|||
app.listen(3000);
|
||||
```
|
||||
|
||||
## Example with ___async___ functions (babel-node required)
|
||||
## Example with ___async___ functions (Babel required)
|
||||
|
||||
```js
|
||||
const Koa = require('koa');
|
||||
|
|
Loading…
Reference in a new issue