From 4064f3fd126ca109a9a6c5b80530b429a1a8040b Mon Sep 17 00:00:00 2001 From: shoully Date: Sat, 20 Dec 2014 06:47:09 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index be11a12..dd17ca5 100644 --- a/Home.md +++ b/Home.md @@ -5,13 +5,13 @@ Welcome to the flight wiki! Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications. - require 'flight/Flight.php'; +` require 'flight/Flight.php';` - Flight::route('/', function(){ - echo 'hello world!'; - }); + `Flight::route('/', function(){` + `echo 'hello world!';` + `});` - Flight::start(); + `Flight::start();` [Learn more](http://flightphp.com/learn)