Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fortis committed May 30, 2017
1 parent 35657af commit f7fae84
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# koa-boost
[![Build Status](https://travis-ci.org/fortis/koa-boost.svg?branch=master)](https://travis-ci.org/fortis/koa-boost)
[![Coverage Status](https://coveralls.io/repos/github/fortis/koa-boost/badge.svg)](https://coveralls.io/github/fortis/koa-boost)

Cache middleware for [koa](https://github.com/koajs/koa). It stores the responses matching a given pattern.
<p align="center">
<a href="https://travis-ci.org/fortis/koa-boost"><img src="https://travis-ci.org/fortis/koa-boost.svg?branch=master" alt="travis-ci status"></a>
<a href="https://coveralls.io/github/fortis/koa-boost"><img src="https://coveralls.io/repos/github/fortis/koa-boost/badge.svg" alt="coverage status"></a>
<a href="https://www.npmjs.com/package/koa-boost"><img src="https://img.shields.io/npm/v/koa-boost.svg" alt="npm version"></a>
<a href="https://standardjs.com"><img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="Standard - JavaScript Style Guide"></a>
</p>

Cache middleware for [koa](https://github.com/koajs/koa).

## Installation

Expand Down

0 comments on commit f7fae84

Please sign in to comment.