Commit 091dec60 authored by Igor Wiedler's avatar Igor Wiedler

clarify which path to visit to see the first response

quite a few people went to `/` and got a 404.
parent 3c38c746
...@@ -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