summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Slenders <jonathan@slenders.be>2016-07-31 19:09:11 +0200
committerJonathan Slenders <jonathan@slenders.be>2016-07-31 19:09:18 +0200
commit7bfb524afe12c1e7419eae28dd24f5032d6b2a2f (patch)
tree252be2006bcdc8cc3d9f6798c772cc2655e10906
parent6f06052b8b36b746ce9f41646f1fa040142a4b1e (diff)
Write prompt_toolkit instead of prompt-toolkit in README. (To be consistent.)
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 8ba1df2e..8eea0c50 100644
--- a/README.rst
+++ b/README.rst
@@ -14,12 +14,12 @@ Ptpython
********
`ptpython <http://github.com/jonathanslenders/ptpython/>`_ is an interactive
-Python Shell, build on top of prompt-toolkit.
+Python Shell, build on top of prompt_toolkit.
.. image :: https://github.com/jonathanslenders/python-prompt-toolkit/raw/master/docs/images/ptpython.png
-prompt-toolkit features
+prompt_toolkit features
***********************
``prompt_toolkit`` could be a replacement for `GNU readline
@@ -73,7 +73,7 @@ Installation
::
- pip install prompt-toolkit
+ pip install prompt_toolkit
For Conda, do:
@@ -105,7 +105,7 @@ put a small ``u`` in front of every string or put ``from __future__ import
unicode_literals`` at the start of the above example.
-Projects using prompt-toolkit
+Projects using prompt_toolkit
*****************************
Shells: