From 64e973b96d8be5177eb30cbcc140657fe90e7f5e Mon Sep 17 00:00:00 2001 From: Fabrice Luraine <16@asciiland.net> Date: Mon, 21 Sep 2015 15:31:54 +0200 Subject: [PATCH] Fixing LimonadePHP url. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 70fba69..2ff73a6 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ This is an example of using micro framework Limonade, written in PHP, -http://www.limonade-php.net/ +http://limonade-php.github.io/ You can find DB support, simple CRUD interface, some useful template helpers. Hope this can save you some keystrokes.