diff --git a/README.md b/README.md index 44f2848..a541924 100644 --- a/README.md +++ b/README.md @@ -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