Commit e334b40b authored by Fabien Potencier's avatar Fabien Potencier

fixed doc markup

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