From 490d0b4bfe5d293fda0059d3dbc426420ee088ce Mon Sep 17 00:00:00 2001 From: wzxjiang Date: Wed, 23 May 2018 20:27:24 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 399753b..926f407 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Using the LCS to compare differences between two strings ## Example +``` +impoort Sdifft +``` + ```swift let to = "abcd" let from = "b"