Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Apr 21, 2015
1 parent 7568b96 commit ed9aa89
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 @@ -49,7 +49,7 @@ $needle = 'tmatoes';
$haystack = ['salad', 'tomatoes', 'onions', 'mates'];

// Init Text Finder
$finder = new \SimilarText\Finder($needle, $haystack);
$finder = new Finder($needle, $haystack);

// Display all results ordered by the most approching
$results = $finder->all();
Expand Down

0 comments on commit ed9aa89

Please sign in to comment.