summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1cfb4b7..667d816 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,7 @@ Packaging for SQLCipher (c) 2013 Kali Kaneko
Usage
-----
-You have to pass the ``PRAGMA=key`` before doing any operations::
+You have to pass the ``PRAGMA key`` before doing any operations::
from pysqlcipher import dbapi2 as sqlite
conn = sqlite.connect('test.db')