diff --git a/README.md b/README.md index 3aaed95..2b529d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,23 @@ - -# superagent-mock [![Build Status](https://api.travis-ci.org/M6Web/superagent-mock.png?branch=master)](https://travis-ci.org/M6Web/superagent-mock) +![](https://img.shields.io/badge/License-MIT-00CCFF.svg?style=flat-square) +![](https://img.shields.io/badge/superagent--mock-JS-FF0066.svg?style=flat-square) +[![NPM Downloads](http://img.shields.io/npm/dm/superagent-mock.svg?style=flat-square)](https://www.npmjs.org/package/superagent-mock) +[![Build Status](http://img.shields.io/travis/M6Web/superagent-mock.svg?style=flat-square)](https://travis-ci.org/M6Web/superagent-mock) + +
+Installation +| +Usage +| +Supported Methods +| +Tests +| +Credits +| +License +
+ +# superagent-mock [superagent](https://github.com/visionmedia/superagent) plugin allowing to simulate HTTP calls by returning data fixtures based on the requested URL. diff --git a/package.json b/package.json index c4fac5d..dec3eb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "superagent-mock", "description": "superagent plugin allowing to simulate HTTP calls by returning data fixtures based on the requested URL.", - "version": "1.1.0", + "version": "1.2.0", "keywords": [ "superagent", "mock",