diff --git a/README.md b/README.md index b2f9229..a9e58a8 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Here is a list of formatprograms that are supported by default, and thus will be And here the link to its page on the python website: http://pypi.python.org/pypi/autopep8/0.5.2. * `yapf` for __Python__ (supports formatting ranges). - It is readily available through PIP. Most users can install with the terminal command `sudo pip install yapf` or `pip --user install yapf`. + It is readily available through PIP. Most users can install with the terminal command `sudo pip install yapf` or `pip install --user yapf`. YAPF has one optional configuration variable to control the formatter style. For example: