Commit cb5f8dd4 authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/hello-joe (PR #140)

Commits
-------

091dec60 clarify which path to visit to see the first response

Discussion
----------

clarify which path to visit to see the first response

quite a few people went to `/` and got a 404.
parents b2e2a2dd 091dec60
...@@ -39,7 +39,8 @@ Next we define a route to ``/hello/{name}`` that matches for ``GET`` ...@@ -39,7 +39,8 @@ Next we define a route to ``/hello/{name}`` that matches for ``GET``
requests. When the route matches, the function is executed and the return requests. When the route matches, the function is executed and the return
value is sent back to the client. value is sent back to the client.
Finally, the app is run. It's really that easy! Finally, the app is run. Visit ``/hello/world`` to see the result.
It's really that easy!
Installing Silex is as easy as it can get. Download the `silex.phar`_ file Installing Silex is as easy as it can get. Download the `silex.phar`_ file
and you're done! and you're done!
......
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