From 8fb57fd076d98c0d9909a4a638915d0c671f4cd2 Mon Sep 17 00:00:00 2001 From: Vineet Date: Wed, 5 Feb 2014 23:02:50 +0530 Subject: [PATCH] Fix README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0cbbefe..84c4a9f 100644 --- a/README.rst +++ b/README.rst @@ -20,8 +20,8 @@ Installation Usage and examples ------------------ -To give you a brief idea here is the output of ``pipdeptree`` compared -with ``pip freeze``: +To give you a brief idea, here is the output of ``pipdeptree`` +compared with ``pip freeze``: .. code-block:: bash @@ -77,7 +77,7 @@ If you wish to track only the top level packages in your slugify==0.0.1 redis==2.9.1 - $ pipdeptree.py | grep -P '^[\w0-9\-=.]+' > requirements.txt + $ pipdeptree | grep -P '^[\w0-9\-=.]+' > requirements.txt Usage