Skip to content

Commit

Permalink
Merge pull request #53 from seriema/task-46-update-badges
Browse files Browse the repository at this point in the history
docs(readme): update badges to svg
  • Loading branch information
seriema committed Oct 19, 2015
2 parents fc8fb4b + 96125fd commit 0f7b2a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# ApiMock for AngularJS: UI-first development [![Build Status](https://travis-ci.org/seriema/angular-apimock.png?branch=master)](https://travis-ci.org/seriema/angular-apimock) [![Coverage Status](https://coveralls.io/repos/seriema/angular-apimock/badge.svg?branch=master&service=github)](https://coveralls.io/github/seriema/angular-apimock?branch=master) [![devDependency Status](https://david-dm.org/seriema/angular-apimock/dev-status.png)](https://david-dm.org/seriema/angular-apimock#info=devDependencies)
# ApiMock for AngularJS: UI-first development

[![Build Status](https://img.shields.io/travis/seriema/angular-apimock.svg)](https://travis-ci.org/seriema/angular-apimock)
[![Coverage Status](https://img.shields.io/coveralls/seriema/angular-apimock.svg)](https://coveralls.io/github/seriema/angular-apimock?branch=master)
[![devDependency Status](https://img.shields.io/david/dev/seriema/angular-apimock.svg)](https://david-dm.org/seriema/angular-apimock#info=devDependencies)

[![Join the chat at https://gitter.im/seriema/angular-apimock](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/seriema/angular-apimock?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

ApiMock is a minimal (1.5kb gzipped) library for AngularJS that allows you to mock your RESTful API by routing your API calls to static JSON files.
ApiMock is a minimal (1.68kb gzipped) library for AngularJS that allows you to mock your RESTful API by routing your API calls to static JSON files.


## Example
Expand Down

0 comments on commit 0f7b2a0

Please sign in to comment.