Skip to content

Commit a7e04bb

Browse files
author
Milad Rahimi
authored
Update README.md
1 parent 6d48e6b commit a7e04bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ $router->dispatch();
179179
If your controller class has a namespace:
180180

181181
```php
182-
use App\Controllers\HomeController;
182+
use App\Controllers\TheController;
183183
use MiladRahimi\PhpRouter\Router;
184184

185185
$router = new Router();

0 commit comments

Comments
 (0)