From 13ed201fc3327e7b3d91295e7543f681af37f6c2 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 24 Nov 2011 09:35:31 +0100 Subject: [PATCH] Updated README. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")