From aa76b4f7e9aad4ab2cd3d35704a974c7699d6faa Mon Sep 17 00:00:00 2001 From: SteamPixel Date: Tue, 14 Jan 2020 11:43:16 +0100 Subject: [PATCH] Changed namesapce --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {