diff --git a/QUICKSTART.md b/QUICKSTART.md index 88553388323..2cbf568ac8f 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -122,9 +122,9 @@ Entries with names like `agent`, `ExampleAgent`, `test_agent` or `MyExampleGPT` ## Running your Agent -Your agent can started using the `./run agent start YOUR_AGENT_NAME` +Your agent can be started using the command: `./run agent start YOUR_AGENT_NAME` -This start the agent on `http://localhost:8000/` +This starts the agent on the URL: `http://localhost:8000/` ![Start the Agent](docs/content/imgs/quickstart/009_start_agent.png)