Skip to content

Commit afbc193

Browse files
committed
Update README.md
1 parent 32edae1 commit afbc193

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=SQiShER&url=https://github.com/SQiShER/java-object-diff&title=java-object-diff&language=&tags=github&category=software)
2+
[![endorse](https://api.coderwall.com/sqisher/endorsecount.png)](https://coderwall.com/sqisher)
3+
14
## Introduction
25

36
`java-object-diff` is a simple, yet powerful library to find differences between Java objects. It takes two objects and generates a tree structure that represents any differences between the objects and their children. This tree can then be traversed to extract more information or apply changes to the underlying data structures.
@@ -13,9 +16,6 @@
1316
* No runtime dependencies except for [SLF4J](http://www.slf4j.org/)
1417
* When needed, it leaves it up to you, whether you want to use declarative configuration or annotations
1518

16-
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=SQiShER&url=https://github.com/SQiShER/java-object-diff&title=java-object-diff&language=&tags=github&category=software)
17-
[![endorse](https://api.coderwall.com/sqisher/endorsecount.png)](https://coderwall.com/sqisher)
18-
1919
## Getting Started
2020

2121
To learn how to use **Java Object Diff**, please have a look at the [Starter Guide](https://github.com/SQiShER/java-object-diff/wiki/Getting-Started).
@@ -53,3 +53,5 @@ This library has been battle-tested in a rather big project of mine, where I use
5353
* Fork the java-object-diff repository on Github to start making your changes.
5454
* Write some tests which show that the bug was fixed or that the feature works as expected.
5555
* Send a pull request and bug the maintainer until it gets merged and published. :)
56+
57+
[![Build Status](https://travis-ci.org/SQiShER/java-object-diff.png?branch=master)](https://travis-ci.org/SQiShER/java-object-diff)

0 commit comments

Comments
 (0)