From: Sebastian Brannstrom Date: Sat, 16 Apr 2016 06:09:52 +0000 (-0700) Subject: Fix example link in readme X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=26e68825e32c405d46dcdcb82b1980c82f52abd1;p=redacted-XKCD-password-generator.git Fix example link in readme --- diff --git a/README.rst b/README.rst index 0e9da8d..a9d2dcb 100644 --- a/README.rst +++ b/README.rst @@ -112,7 +112,7 @@ http://wordlist.aspell.net/12dicts/ contains the following dedication: Using xkcdpass as an imported module ==================================== -The built-in functionality of ``xkcdpass`` can be extended by importing the module into python scripts. An example of this usage is provided in `example_import.py `_, which randomly capitalises the letters in a generated password. `example_json.py` demonstrates integration of xkcdpass into a Django project, generating password suggestions as JSON to be consumed by a Javascript front-end. +The built-in functionality of ``xkcdpass`` can be extended by importing the module into python scripts. An example of this usage is provided in `example_import.py `_, which randomly capitalises the letters in a generated password. `example_json.py` demonstrates integration of xkcdpass into a Django project, generating password suggestions as JSON to be consumed by a Javascript front-end. A simple use of import::