summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 37c8cbb..dbdeb52 100644
--- a/README.rst
+++ b/README.rst
@@ -180,7 +180,7 @@ How to use
r = slugify(txt, separator='_', regex_pattern=regex_pattern)
self.assertNotEqual(r, "_this_is_a_test_")
-For more examples, have a look at the (`TEST` _) file.
+For more examples, have a look at the (`TEST`_) file.
Running the tests
-----------------
@@ -195,7 +195,7 @@ To run the tests against the current environment:
License
-------
-Released under a (`MIT`_) license.
+Released under a (`TEST`_) license.
**Note:**