diff --git a/README.md b/README.md index 81fe446..e67350c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SimpleRouter, PHP Edition +# SimpleRouter Aloha! SimpleRouter is a super-small, lightweight, and easy-to-use router for your PHP project. It can handle any type of request, and features RegEx pattern matching for URI parameters. You can also easily define routes for 404 and 405 errors. diff --git a/composer.json b/composer.json index 03926b9..d8e49e0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "splashsky/simplerouter-php", + "name": "splashsky/simplerouter", "description": "A very light, easy-to-use router for small PHP apps.", "type": "library", "license": "MIT",