From 3d558be83fad4e86b0a9e8916d3a328af10b776e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 26 Oct 2017 02:18:42 -0700 Subject: [PATCH] More concise. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f07af4..9f2987e 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,10 @@ string chunks. ```lua make_diff = require "diff" -s1 = [[ -hello +s1 = [[hello to the world]] -s2 = [[ -hello +s2 = [[hello at the world]] diff = make_diff(s1, s2)