diff --git a/README.md b/README.md index 1d90dd0..0879430 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ pip install catpig ```python from catpig.catpig import catpig + derived_key = catpig(password, salt, space_mib, passes, dklen=64) ```