diff --git a/README.md b/README.md index 4d7c07e..b78a3e4 100644 --- a/README.md +++ b/README.md @@ -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();