From 19ab110e796380e88a9d15e73824976c99acb6cc Mon Sep 17 00:00:00 2001 From: SteamPixel Date: Fri, 15 May 2020 12:09:41 +0200 Subject: [PATCH] Updated some information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99b6464..1296528 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ If your script lives in a subfolder (e.g. /api/v1) set this basepath in your run Route::run('/api/v1'); ``` -Do not forget to edit the basepath in .htaccess too if you are on Apache2. In order to run the test files correctly inside a basepath you should also adjust the navigation links inside the index.php. +Do not forget to edit the basepath in .htaccess too if you are on Apache2. ## Enable case sensitive routes, trailing slashes and multi match mode The second, third and fourth parameters of `Route::run('/', false, false, false);` are set to false by default.