From 903d7d54e8019a08ed5280eaaaea8d5bf0331946 Mon Sep 17 00:00:00 2001 From: namark <nshan.nnnn@gmail.com> Date: Tue, 19 Dec 2017 04:38:33 +0400 Subject: [PATCH] Minor fixes in the README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96c78b1..ac10d35 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,14 @@ Look how easy it is to swap two files now! Please don't ever use this... --- ## diff.cpp -Couldn't find an option for existing diff tools to show difference byte by byte as opposed to line by line(I didn't look too hard) so thought I could write my own.It was fun. It takes two files and outputs the position and size of differences(additions/deletions) between them. Completely non standard output format but makes sense in the context of the underlying algorithm. <br /> +Couldn't find an option for existing diff tools to show difference byte by byte as opposed to line by line(I didn't look too hard) so thought I could write my own. It was fun. It takes two files and outputs the position and size of differences(additions/deletions) between them. Completely non standard output format but makes sense in the context of the underlying algorithm. <br /> Does not modify or delete the input files or associated pieces. <br /> Can't handle "large" files.<br /> Any errors will likely terminate the program. **Additional dependencies** <br /> -[libsimple_geom](https://github.com/namark/libsimple_geom) +[libsimple_geom](https://github.com/namark/libsimple_geom) <br /> +[libsimple_support](https://github.com/namark/libsimple_support) --- -- GitLab