Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
update Note in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gyson committed Nov 17, 2015
1 parent da39a52 commit d18b0c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ It could also convert modern promise middleware back to legacy generator middlew

## Note

It should be able to convert any legacy generator middleware to modern promise middleware ( or convert it back ).
Router middleware is special case here. Because it reimplements middleware composition internally, we cannot not simply convert it.

Please let me know ( send a issue ) if you fail to do so.
You may use following packages for routing, which are koa 2.x ready now:

* [koa-route](https://github.com/koajs/route)
* [koa-simple-router](https://github.com/gyson/koa-simple-router)

## Installation

Expand Down

0 comments on commit d18b0c5

Please sign in to comment.