From 818af59e82beefc5583c4f907302d7f257295641 Mon Sep 17 00:00:00 2001 From: Adam Tomat Date: Fri, 1 Oct 2021 17:26:59 +0100 Subject: [PATCH] Fix typo in documentation (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e508464..1d2f269 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ composer require rareloop/router Creating a route is done using the `map` function: ```php -use Rareloop\Router\Route; +use Rareloop\Router\Router; $router = new Router;