diff --git a/README.rst b/README.rst
index 0c3a46e..7cdf2ee 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@ Usage
To convert a string from the command line::
$ python3 -m emojificate "I 💜 emoji 😊"
- I emoji
+ I emoji
Or, if you've got a Django project, put ``emojificate`` into your ``INSTALLED_APPS``, and then use the following in a template::