From 2923d729e555ceb7c0470e09fba67cef97a12f5f Mon Sep 17 00:00:00 2001 From: Gonzalo Date: Sun, 8 Apr 2018 15:54:00 +0200 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff5be8..63050f3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $result = $solver->solve($stringA, $stringB); ```php use Triun\LongestCommonSubstring\Solver; -$solver = new Solver(); +$matchSolver = new MatchesSolver(); $stringA = '0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF'; $stringB = '56789AB56789ABCDE56789ABCDE56789AB56789A123456789A';