Skip to content

Commit

Permalink
Fix typo in documentation (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtomat authored Oct 1, 2021
1 parent e2bf13c commit 818af59
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 @@ -20,7 +20,7 @@ composer require rareloop/router
Creating a route is done using the `map` function:

```php
use Rareloop\Router\Route;
use Rareloop\Router\Router;

$router = new Router;

Expand Down

0 comments on commit 818af59

Please sign in to comment.