From 6dd2943f68ffdef4cef02f6c3bbc25bc9d565acd Mon Sep 17 00:00:00 2001 From: nicco Date: Thu, 24 Aug 2017 18:32:15 +0200 Subject: [PATCH] Added Install and Badges --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d310f37..52ec4df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # Koa Router + +[![npm](https://img.shields.io/npm/v/cca-koa-router.svg)](https://www.npmjs.com/package/cca-koa-router) +[![npm](https://img.shields.io/npm/dt/cca-koa-router.svg)]() +[![npm](https://img.shields.io/npm/l/cca-koa-router.svg)]() + Koa Router with support for recursive nesting and regexp and dynamic urls. No dependecies and lightweight code. +### Install +```bash +npm install cca-koa-router --save +``` + ### Simple Example ```javascript const