aboutsummaryrefslogtreecommitdiff
path: root/QUICKSTART.md
diff options
context:
space:
mode:
authorGravatar Surav Shrestha <148626286+shresthasurav@users.noreply.github.com> 2023-11-08 05:01:33 +0545
committerGravatar GitHub <noreply@github.com> 2023-11-07 17:16:33 -0600
commitad305fd019ed4f9d7b639a30e92cc740629191cb (patch)
tree3868815e201c5574816ba9d8eb61cc899d6bf8fe /QUICKSTART.md
parentrefactor: Delete dead legacy code from `autogpt.llm.providers.openai` (diff)
downloadAuto-GPT-ad305fd019ed4f9d7b639a30e92cc740629191cb.tar.gz
Auto-GPT-ad305fd019ed4f9d7b639a30e92cc740629191cb.tar.bz2
Auto-GPT-ad305fd019ed4f9d7b639a30e92cc740629191cb.zip
docs: fix typos in markdown files (#5871)
* docs: fix typos in QUICKSTART.md * docs: fix typos in autogpts/autogpt/autogpt/core/ARCHITECTURE_NOTES.md --------- Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
Diffstat (limited to 'QUICKSTART.md')
-rw-r--r--QUICKSTART.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/QUICKSTART.md b/QUICKSTART.md
index 86add5511..5eab892e3 100644
--- a/QUICKSTART.md
+++ b/QUICKSTART.md
@@ -90,12 +90,12 @@ If you continue to experience issues, consider storing your project files within
![Create an Agent](docs/content/imgs/quickstart/007_create_agent.png)
- Upon creating your agent its time to offically enter the Arena!
+ Upon creating your agent its time to officially enter the Arena!
Do so by running `./run arena enter YOUR_AGENT_NAME`
![Enter the Arena](docs/content/imgs/quickstart/008_enter_arena.png)
- > Note: for adavanced yours, create a new branch and create a file called YOUR_AGENT_NAME.json in the arena directory. Then commit this and create a PR to merge into the main repo. Only single file entries will be permitted. The json file needs the following format.
+ > Note: for advanced users, create a new branch and create a file called YOUR_AGENT_NAME.json in the arena directory. Then commit this and create a PR to merge into the main repo. Only single file entries will be permitted. The json file needs the following format.
```json
{
"github_repo_url": "https://github.com/Swiftyos/YourAgentName",