From 68a21a433a109e296ae7025d85463c8d01b8b22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20BAPTISTE?= Date: Thu, 13 Feb 2020 13:15:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a44ac..5250622 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ pip install --upgrade git+https://github.com/vichak/helloworld-pip.git#egg=hello To use: ``` ->>> from helloworld import say_hello_world +>>> from helloworld.main import say_hello_world >>> say_hello_world() u'hello world!'