summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2012-10-14 19:21:46 -0700
committerVal Neekman <val@neekware.com>2012-10-14 19:21:46 -0700
commit19587b7674691f059c5058fdbb858284afea0e4b (patch)
tree0dbab9f02e9fa19c6cc6face5e9c21205170cb3a /README.md
parentcce2c8edd87a9ac130c1e41b06959e77f71042ba (diff)
downloadpython-slugify-19587b7674691f059c5058fdbb858284afea0e4b.tar.gz
added more test cases0.0.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26155a5..eb1f5a4 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,10 @@ How to use
r = slugify(s)
print r # => "ying-shi-ma"
+ txt = 'Компьютер'
+ r = slugify(txt)
+ print r # => "kompiuter"
+
Running the tests
=================
@@ -54,6 +58,10 @@ To run the tests against the current environment:
Changelog
=========
+0.0.2
+-----
+* Added more tests
+
0.0.1
-----