Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 31, 2014
1 parent 517c08c commit 5b60120
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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
-------
Expand Down

0 comments on commit 5b60120

Please sign in to comment.