Commit 0756ea3a authored by Fabien Potencier's avatar Fabien Potencier

minor #1490 Update README.rst (Narno)

This PR was squashed before being merged into the 2.1.x-dev branch (closes #1490).

Discussion
----------

Update README.rst

Add code-bloc for PHP and delete `$` before command lines.

Commits
-------

c98f3529 Update README.rst
parents de9c57a9 c98f3529
......@@ -2,7 +2,9 @@ Silex, a simple Web Framework
=============================
Silex is a PHP micro-framework to develop websites based on `Symfony
components`_::
components`_:
.. code-block:: php
<?php
......@@ -42,8 +44,8 @@ To run the test suite, you need `Composer`_ and `PHPUnit`_:
.. code-block:: bash
$ composer install
$ phpunit
composer install
phpunit
Community
---------
......
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