Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit de91b3d

Browse files
author
Dmitry Naumenko
committed
update readme
1 parent e2072d1 commit de91b3d

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,25 @@ Main reason to build this library was the lack of easy-to-use libraries with all
1414

1515
This library implements Myer's diff algorithm. But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
1616

17-
Changelog
17+
# Changelog
1818

19-
* Version 1.2
20-
** JDK 1.5 compatibility
21-
** Ant build script
22-
** Generate output in unified diff format (thanks for Bill James)
19+
## Version 1.2
20+
* JDK 1.5 compatibility
21+
* Ant build script
22+
* Generate output in unified diff format (thanks for Bill James)
2323

2424
# To Install
2525

26-
Just add the code below to your maven dependencies: <dependency> <groupId>com.googlecode.java-diff-utils</groupId> <artifactId>diffutils</artifactId> <version>1.2.1</version> </dependency>
26+
Just add the code below to your maven dependencies:
2727

28-
And for Ivy: <dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2.1"/>
28+
<dependency>
29+
<groupId>com.googlecode.java-diff-utils</groupId>
30+
<artifactId>diffutils</artifactId>
31+
<version>1.2.1</version>
32+
</dependency>
33+
34+
And for Ivy:
35+
<dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2.1"/>
2936

3037
# Coming eventually
3138

0 commit comments

Comments
 (0)