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!'