diff --git a/README.rst b/README.rst index e9d46ee..b86a565 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,14 @@ Installation :: pip install python-Levenshtein + +Simple Usage +------------ + +:: + + from Levenshtein import distance + edit_dist = distance("ah", "aho") Documentation --------------