Changed namesapce

This commit is contained in:
SteamPixel 2020-01-14 11:43:16 +01:00
parent d050a70f30
commit aa76b4f7e9

View File

@ -12,7 +12,7 @@ The third argument will match the request method. The default method is 'get'.
## Simple example:
```php
use SteamPixel\Route;
use Steampixel\Route;
include 'Route.php';
Route::add('/user/([0-9]*)/edit', function($id) {