diff --git a/ReadMe.md b/ReadMe.md index 4608a65..176da4c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -24,6 +24,13 @@ pip install -U snail_print Moreover, every console log in this video was made with the library and with [this file](https://github.com/Baelfire18/snail_print/master/presentation.py) +Copy and paste this code and try it yourself! + +```python +from snail_print import snail_print +snail_print("Hello World", delay=0.2) +``` + ## Documentation ### snail_print diff --git a/pyproject.toml b/pyproject.toml index d7a6bc5..5a0bbe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snail_print" -version = "0.1.8" +version = "0.1.9" description = "A print funtion that slowly shows the output in console in real time" authors = ["Jose Antonio Castro "] license = "MIT"