diff --git a/README.md b/README.md index 264f8d8..42e8311 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ namekoplus init --directory --type See Documents: - [中文](https://doc.bearcatlog.com/) -- [English]() \ No newline at end of file +- [English](https://legendary-sopapillas-e2626d.netlify.app/) \ No newline at end of file diff --git a/namekoplus/command.py b/namekoplus/command.py index bed5b5a..de238b4 100644 --- a/namekoplus/command.py +++ b/namekoplus/command.py @@ -141,7 +141,7 @@ def stop(middleware): docker_compose_file_dir = os.path.join(get_agent_directory(), middleware) for file_ in os.listdir(docker_compose_file_dir): compose_file_path = os.path.join(docker_compose_file_dir, file_) - with status(f'Stoping {middleware}'): + with status(f'Stopping {middleware}'): docker = DockerClient(compose_files=[compose_file_path]) docker.compose.down() diff --git a/setup.py b/setup.py index a4b2ec4..3cbaba3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='namekoplus', - version='0.2.3', + version='0.2.4', description='A lightweight Python distributed microservice solution', long_description=long_description, long_description_content_type='text/markdown',