README: make it less experimental, add examples

This commit is contained in:
Patrick Mezard
2013-11-23 20:53:50 +01:00
parent 06eeb1d948
commit 4d91f93589
2 changed files with 42 additions and 6 deletions

View File

@@ -7,6 +7,8 @@
//
// - unified_diff
//
// - context_diff
//
// Getting unified diffs was the main goal of the port. Keep in mind this code
// is mostly suitable to output text differences in a human friendly way, there
// are no guarantees generated diffs are consumable by patch(1).