Commit 73cb8249 authored by Fabien Potencier's avatar Fabien Potencier

fixed markup

parent adc20a23
Phar File Phar File
--------- =========
.. caution:: .. caution::
...@@ -8,7 +8,7 @@ Phar File ...@@ -8,7 +8,7 @@ Phar File
archives. archives.
Installing Installing
~~~~~~~~~~ ----------
Installing Silex is as easy as downloading the `phar Installing Silex is as easy as downloading the `phar
<http://silex.sensiolabs.org/get/silex.phar>`_ and storing it somewhere on <http://silex.sensiolabs.org/get/silex.phar>`_ and storing it somewhere on
...@@ -27,7 +27,7 @@ the disk. Then, require it in your script:: ...@@ -27,7 +27,7 @@ the disk. Then, require it in your script::
$app->run(); $app->run();
Console Console
~~~~~~~ -------
Silex includes a lightweight console for updating to the latest version. Silex includes a lightweight console for updating to the latest version.
...@@ -56,7 +56,7 @@ This will automatically download a new ``silex.phar`` from ...@@ -56,7 +56,7 @@ This will automatically download a new ``silex.phar`` from
``silex.sensiolabs.org`` and replace the existing one. ``silex.sensiolabs.org`` and replace the existing one.
Pitfalls Pitfalls
~~~~~~~~ --------
There are some things that can go wrong. Here we will try and outline the There are some things that can go wrong. Here we will try and outline the
most frequent ones. most frequent ones.
......
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