Updated readme.

This commit is contained in:
Bruce Hill 2017-10-27 16:05:37 -07:00
parent e318b75349
commit f711cbb6a2

View File

@ -1,7 +1,7 @@
# LuaDiffer: A simple lua diff library
This is a simple lua module that performs a diff on two strings and returns a table of
string chunks.
string chunks, or a diff of two lists and returns a list of list subsets.
## Example