From 22371daae7c9c68ee6a0984d46255fcd52acd0e3 Mon Sep 17 00:00:00 2001 From: SteamPixel Date: Thu, 10 Sep 2015 14:15:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ceddaa..c4ef414 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is a simple example that shows how a simple PHP routing system. +This is a simple example that shows a simple PHP routing system. This is not for production use but for people who want to understand how such a system works. Take a look in the index.php file. You can use the Route::add method to add a new route to your project. The first argument takes the URL.