diff --git a/README.rst b/README.rst index e9d46ee..266b0f8 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,16 @@ Installation pip install python-Levenshtein + +Example +------------ + +:: + + from Levenshtein import distance + edit_dist = distance("ah", "aho") + + Documentation --------------