Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalom committed Apr 8, 2018
1 parent a053222 commit 2923d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $result = $solver->solve($stringA, $stringB);
```php
use Triun\LongestCommonSubstring\Solver;

$solver = new Solver();
$matchSolver = new MatchesSolver();

$stringA = '0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF';
$stringB = '56789AB56789ABCDE56789ABCDE56789AB56789A123456789A';
Expand Down

0 comments on commit 2923d72

Please sign in to comment.