From e1e08d29d3efc2db2bc7a462eeac7208905616df Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Tue, 18 Aug 2015 17:55:53 +0200 Subject: [PATCH] Fix package name in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 52b1664..1dcdecc 100644 --- a/README.rst +++ b/README.rst @@ -29,12 +29,12 @@ Quick Start At the command line:: - $ pip install python-jsonpath-rw-ext + $ pip install jsonpath-rw-ext Or, if you have virtualenvwrapper installed:: - $ mkvirtualenv python-jsonpath-rw-ext - $ pip install python-jsonpath-rw-ext + $ mkvirtualenv jsonpath-rw-ext + $ pip install jsonpath-rw-ext Extensions