Commit e334b40b authored by Fabien Potencier's avatar Fabien Potencier

fixed doc markup

parent c4587bdb
......@@ -20,7 +20,7 @@ Silex aims to be:
In a nutshell, you define controllers and map them to routes, all in one
step.
**Let's go!** ::
**Let's go!**::
require_once __DIR__.'/silex.phar';
......
......@@ -54,9 +54,9 @@ Alternatively, if you use Apache 2.2.16 or higher, you can use the
.. tip::
If your application is hosted behind a reverse proxy and you want Silex
to trust the `X-Forwarded-For*` headers, you will need to run your application
like this::
If your application is hosted behind a reverse proxy and you want Silex to
trust the ``X-Forwarded-For*`` headers, you will need to run your
application like this::
use Symfony\Component\HttpFoundation\Request;
......
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