Skip to content

Commit

Permalink
shields up
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Mar 4, 2015
1 parent 7e78e53 commit 9653ee4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -7,8 +7,9 @@ time the data is requested.
As an added bonus multiple requests for the same file in short sequence will be
merged into a single `fs.readFile`

[![Build Status](https://travis-ci.org/keis/json-reload.svg?branch=master)](https://travis-ci.org/keis/json-reload)
[![Coverage Status](https://coveralls.io/repos/keis/json-reload/badge.png?branch=master)](https://coveralls.io/r/keis/json-reload?branch=master)
[![NPM Version][npm-image]](https://npmjs.org/package/reload-json)
[![Build Status][travis-image]](https://travis-ci.org/keis/json-reload)
[![Coverage Status][coveralls-image]](https://coveralls.io/r/keis/json-reload?branch=master)

## Usage

Expand All @@ -26,3 +27,8 @@ merged into a single `fs.readFile`
## Installation

npm install reload-json


[npm-image]: https://img.shields.io/npm/v/reload-json.svg?style=flat
[travis-image]: https://img.shields.io/travis/keis/reload-json.svg?style=flat
[coveralls-image]: https://img.shields.io/coveralls/keis/reload-json.svg?style=flat

0 comments on commit 9653ee4

Please sign in to comment.