diff --git a/README.MD b/README.MD index 64240b4..1704489 100644 --- a/README.MD +++ b/README.MD @@ -26,7 +26,13 @@ pip install cmd-chat ``` ``` -python main.py +import asyncio + +from cmd_chat import run + +asyncio.run( + run() +) ``` # How crypting works? diff --git a/setup.py b/setup.py index 9264c42..34e0a74 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="cmd_chat", - version="1.3", + version="1.0", author="dinosaurtirex", author_email="sneakybeaky18@gmail.com", packages=[