From 61857726dd8ac9899515522ecc78a527b84d895a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Sat, 19 Sep 2015 23:21:03 +0200 Subject: [PATCH] ... ... --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c5b1443..047d555 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ SimpleRouter::init($defaultControllerNamespace); ## Adding routes Remember the ```routes.php``` file you required in your ```index.php```? This file will contain all your custom rules for routing. - This router is heavily inspired by the Laravel 5.* router, so anything you find in the Laravel documentation should work here as well. ### Basic example