From f711cbb6a2fc0f0e8dbb27ba11a03f481671a26c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 27 Oct 2017 16:05:37 -0700 Subject: [PATCH] Updated readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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