diff --git a/docs/api/index.md b/docs/api/index.md index e69a136..c557b27 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -1,12 +1,14 @@ # Installation -Koa works out of the box with recent versions of Node. To use Koa with 0.11.x you must use the `--harmony` or `--harmony-generators` flag. +Koa works out of the box with recent versions of Node. ```bash $ npm install koa $ node app.js ``` +To use Koa with 0.12.x you must use the `--harmony` or `--harmony-generators` flag. + # Application A Koa application is an object containing an array of middleware generator functions