From e2d39cfe78c88582b3e573753502f81816d9a751 Mon Sep 17 00:00:00 2001 From: Jonathan Washington Date: Mon, 24 Apr 2017 00:10:10 -0400 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c0f9f4a..e455661 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ Usage The simplest way to create a diff of two strings is as follow: include 'finediff.php'; - $opcodes = FineDiff::getDiffOpcodes($from_text, $to_text /, default granularity is set to character */); + $opcodes = FineDiff::getDiffOpcodes($from_text, $to_text /*, default granularity is set to character */); // store opcodes for later use... Later, $to_text can be re-created from $from_text using $opcodes as follow: