From 714e2f8c108bc1015a87dcfbebc6c2eb2b17baf6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 26 Feb 2012 22:27:17 -0600 Subject: [PATCH] updating readme. Signed-off-by: Taylor Otwell --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 8f364516..72fc693b 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,13 @@ ### Feature Overview - PHPUnit Integration. - A lot more. +### "Hello World" + + Route::get('/', function() + { + return "Hello World!": + }); + ### Contributing to Laravel Contributions are encouraged and welcome; however, please review the Developer Certificate of Origin in the "license.txt" file included in the repository. All commits must be signed off using the "-s" switch.