From c2c23198327425cdf73bb43d39cce28dc38342dd Mon Sep 17 00:00:00 2001 From: DoubleDeckers Date: Mon, 9 May 2016 02:47:17 +0800 Subject: [PATCH] fix error in document --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c55a0a..3368917 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ npm install koamethodoverride # Dependencies -Koa 2(Node >= 0.12.0)[https://github.com/koajs/koa] -koa-bodyparser[https://github.com/koajs/bodyparser] +[Koa 2(Node >= 0.12.0)](https://github.com/koajs/koa) +[koa-bodyparser](https://github.com/koajs/bodyparser) # Usage