bored

A micro PHP framework
git clone git://git.bitsmanent.org/bored
Log | Files | Refs | README

commit 16591adf0960853ec4173eca8d5e0ed12a37f2cf
parent 4562222b0811225ddb3384d05ab50c4c11657148
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Fri, 22 Jan 2016 19:37:50 +0100

Improve the intro a bit.

Diffstat:
MREADME.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ -Bored is a PHP micro-framework. It provides a simple framework but does not -enforce any particular structure so you can bring things together in order to -refine your own ad-hoc framework. The main documentation is the source code. +Bored is a PHP micro-framework. It provides a simple framework but you can +bring things together in order to refine your own ad-hoc framework; just don't +call the bored_run() function. The main documentation is the source code. In a nutshell: ``` @@ -25,6 +25,8 @@ Things bored will never have: * Unit testing * More than 2000 SLOC. +Keep reading to learn about what bored do have. + ### Routing It works like this: