From 5b601200086382cdb2c3c4b68b28487aabc287d2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 31 Mar 2014 17:39:17 +0200 Subject: [PATCH] updated README --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4898b9dccca..b56e6914f20 100644 --- a/README.rst +++ b/README.rst @@ -25,13 +25,13 @@ your system: .. code-block:: bash - $ sudo wget http://cs.sensiolabs.org/get/php-cs-fixer.phar -O /usr/local/bin/php-cs-fixer + $ sudo wget http://get.sensiolabs.org/php-cs-fixer.phar -O /usr/local/bin/php-cs-fixer or with curl: .. code-block:: bash - $ sudo curl http://cs.sensiolabs.org/get/php-cs-fixer.phar -o /usr/local/bin/php-cs-fixer + $ sudo curl http://get.sensiolabs.org/php-cs-fixer.phar -o /usr/local/bin/php-cs-fixer then: @@ -101,7 +101,7 @@ You can update ``php-cs-fixer`` through this command: Usage ----- - + The ``fix`` command tries to fix as much coding standards problems as possible on a given file or directory: @@ -272,7 +272,7 @@ Note the additional ``-`` in front of the Fixer name. ; With the ``--config-file`` option you can specify the path to the -``.php_cs`` file. +``.php_cs`` file. Helpers -------