Skip to content

Commit

Permalink
Add status badges to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Aug 1, 2013
1 parent e558e56 commit 8937094
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# utils-merge

[![Build](https://travis-ci.org/jaredhanson/utils-merge.png)](http://travis-ci.org/jaredhanson/utils-merge)
[![Coverage](https://coveralls.io/repos/jaredhanson/utils-merge/badge.png)](https://coveralls.io/r/jaredhanson/utils-merge)
[![Dependencies](https://david-dm.org/jaredhanson/utils-merge.png)](http://david-dm.org/jaredhanson/utils-merge)


Merges the properties from a source object into a destination object.

## Install
Expand All @@ -21,8 +26,6 @@ merge(a, b);
$ npm install
$ npm test

[![Build Status](https://secure.travis-ci.org/jaredhanson/utils-merge.png)](http://travis-ci.org/jaredhanson/utils-merge)

## Credits

- [Jared Hanson](http://github.com/jaredhanson)
Expand Down

0 comments on commit 8937094

Please sign in to comment.