From 1790cf4b2f3beebcf72f92d7a289f3777d607729 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 15 Mar 2018 06:23:11 -0400 Subject: [PATCH] Update README.rst --- README.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f79a5b4..c1213d2 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,19 @@ charecters to, say, ``79``, like PEP8 recommends. That is exactly what this tool does. It invokes ``$ black --line-length 79`` on your behalf. + +Usage +===== + +:: + + $ white myapp.py + reformatted myapp.py + + +.. image:: http://share.kennethreitz.org/2L2m1U1A3m0L/Screen%20Shot%202018-03-15%20at%206.21.04%20AM.png + + Installation ============ @@ -16,7 +29,3 @@ Installation $ pipenv install white ✨🍰✨ - -Usage -===== -