Skip to content

Commit

Permalink
docs: add link to new stuff in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Nov 10, 2017
1 parent 73d4ddd commit 3f2066e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
[![Build Status](https://travis-ci.org/jeffijoe/awilix-koa.svg?branch=master)](https://travis-ci.org/jeffijoe/awilix-koa)
[![Coverage Status](https://coveralls.io/repos/github/jeffijoe/awilix-koa/badge.svg?branch=master)](https://coveralls.io/github/jeffijoe/awilix-koa?branch=master)

Awilix helpers, router and scope-instantiating middleware for **Koa**. :rocket:
Awilix helpers, router and scope-instantiating middleware for **Koa**. 🐨

> **NEW IN V1**: [first-class router support with auto-loading!](#awesome-usage) 🚀
# Installation

Expand Down Expand Up @@ -70,7 +72,7 @@ router.get('/todos', api('find'))

# Awesome Usage

**As of `awilix-koa@1.0.0`**, we ship with bindings for [`awilix-router-core`](https://github.com/jeffijoe/awilix-router-core)!
**As of `awilix-koa@1.0.0`**, we ship with `koa-router` bindings for [`awilix-router-core`](https://github.com/jeffijoe/awilix-router-core)!
This is cool because now your routing setup can be streamlined with first-class Awilix support!

The Awilix-based router comes in 2 flavors: **a builder** and **ESNext decorators**.
Expand Down

0 comments on commit 3f2066e

Please sign in to comment.