Skip to content

Commit 7dea4e2

Browse files
committed
1 parent 2b02951 commit 7dea4e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ This is a test ~senctence~**for diffutils**.
4949
* producing human-readable differences
5050
* inline difference construction
5151
* Algorithms:
52-
* Myer
52+
* Meyers Standard Algorithm
53+
* Meyers with linear space improvement
5354
* HistogramDiff using JGit Library
5455

5556
### Algorithms
5657

57-
* Myer's diff
58+
* Meyer's diff
5859
* HistogramDiff
5960

6061
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.

0 commit comments

Comments
 (0)