diff --git a/README b/README index 3a56e35..5e06f53 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ If you want to use Stéganô in your Python program you just have to import the .. code-block:: python :linenos: - rom stegano import slsb + from stegano import slsb secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")