diff --git a/README.md b/README.md index 4b846795cb..f6e15241a2 100644 --- a/README.md +++ b/README.md @@ -94,13 +94,13 @@ llm: ### Usage -After installation, you can use MetaGPT at CLI +After installation, you can use MetaGPT at CLI: ```bash metagpt "Create a 2048 game" # this will create a repo in ./workspace ``` -or use it as library +or use it as library: ```python from metagpt.software_company import generate_repo, ProjectRepo