diff --git a/README.md b/README.md index a99f309..de005a7 100644 --- a/README.md +++ b/README.md @@ -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) {