Commit cba32afa authored by Igor Wiedler's avatar Igor Wiedler

{home => hello} in README

parent e9b4d758
...@@ -8,7 +8,7 @@ Silex is a simple web framework to develop simple websites: ...@@ -8,7 +8,7 @@ Silex is a simple web framework to develop simple websites:
$app = new Framework(); $app = new Framework();
$app->get('/home/{name}', function($name) { $app->get('/hello/{name}', function($name) {
return "Hello $name"; return "Hello $name";
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment