Skip to content

Commit 64f4c4b

Browse files
committed
Improved README
1 parent 9252434 commit 64f4c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Introduction
22

3-
`java-object-diff` is a simple, yet powerful library to find differences between Java objects. It simply takes two objects and generates a tree structure representing the differences between them and their nested objects. This tree can then be traversed to extract information or apply changes to the underlying data structure.
3+
`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.
44

55
## Features
66

0 commit comments

Comments
 (0)