Skip to content

Commit cf43547

Browse files
committed
readme
1 parent 0a8fd4f commit cf43547

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ For more about SQLCipher take a look at [http://sqlcipher.net/](http://sqlcipher
1212

1313
* python-sqlcipher (Python compiled with SQLCipher support)
1414

15-
For more details take a look at: [github.com/sjlombardo/sqlcipher](https://github.com/sjlombardo/sqlcipher)
15+
For more about python-sqlcipher take a look at:
16+
17+
[https://code.launchpad.net/~jplacerda/+junk/python-sqlcipher](https://code.launchpad.net/~jplacerda/+junk/python-sqlcipher)
1618

1719
**Installation**
1820

@@ -28,7 +30,7 @@ Open your project's `settings.py` file and:
2830

2931
2. Put the following line where you want:
3032

31-
PRAGMA_KEY = "YOUR DATABASE KEY"
33+
`PRAGMA_KEY = "YOUR DATABASE KEY"`
3234

3335
**License**
3436

0 commit comments

Comments
 (0)