Skip to content

Commit 397d4a1

Browse files
committed
Update readme badges
1 parent cfe7379 commit 397d4a1

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Deep Object Diff
1+
<div align="center">
2+
<h1>deep-object-diff</h1>
23

3-
[![npm version](https://badge.fury.io/js/deep-object-diff.svg)](https://badge.fury.io/js/deep-object-diff)
4-
[![Build Status](https://travis-ci.org/mattphillips/deep-object-diff.svg?branch=master)](https://travis-ci.org/mattphillips/deep-object-diff)
5-
[![Coverage Status](https://coveralls.io/repos/github/mattphillips/deep-object-diff/badge.svg?branch=master)](https://coveralls.io/github/mattphillips/deep-object-diff?branch=master)
6-
[![Greenkeeper badge](https://badges.greenkeeper.io/mattphillips/deep-object-diff.svg)](https://greenkeeper.io/)
4+
❄️
5+
6+
Deep diff two JavaScript Objects
7+
</div>
8+
9+
<hr />
10+
11+
[![Build Status](https://img.shields.io/travis/mattphillips/deep-object-diff.svg?style=flat-square)](https://travis-ci.org/mattphillips/deep-object-diff)
12+
[![Code Coverage](https://img.shields.io/coveralls/mattphillips/deep-object-diff.svg?style=flat-square)](https://coveralls.io/github/mattphillips/deep-object-diff?branch=master)
13+
[![version](https://img.shields.io/npm/v/deep-object-diff.svg?style=flat-square)](https://www.npmjs.com/package/deep-object-diff)
14+
[![downloads](https://img.shields.io/npm/dm/deep-object-diff.svg?style=flat-square)](http://npm-stat.com/charts.html?package=deep-object-diff&from=2016-11-23)
15+
[![MIT License](https://img.shields.io/npm/l/deep-object-diff.svg?style=flat-square)](https://github.com/mattphillips/deep-object-diff/blob/master/LICENSE)
16+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
717

818
A small library that can deep diff two JavaScript Objects, including nested structures of arrays and objects.
919

0 commit comments

Comments
 (0)