From 231375887c06b65e3ce2b5bca6768a15c504ec62 Mon Sep 17 00:00:00 2001 From: jun216tee Date: Tue, 18 Feb 2025 10:52:27 +0800 Subject: [PATCH] Update README.md I corrected a few trivial misspellings. --- 00-course-setup/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/00-course-setup/README.md b/00-course-setup/README.md index f9670d8c..706a9a95 100644 --- a/00-course-setup/README.md +++ b/00-course-setup/README.md @@ -11,7 +11,7 @@ This lesson will cover how to run the code samples of this course. ## Clone or Fork this Repo -To begin, please clone or fork the GitHub Repository. This will make your own verrsion of the course material so that you can run, test and tweak the code! +To begin, please clone or fork the GitHub Repository. This will make your own version of the course material so that you can run, test and tweak the code! This can be done by clicking link to [fork the repo](https://github.com/microsoft/ai-agents-for-beginners/fork){target="_blank"}. @@ -21,7 +21,7 @@ You should now have your own forked version of this course like below: ## Retrieve Your GitHub Personal Access Token (PAT) -Currently this course use the Github Models Marketplace to offer free access to Large Language Models(LLMs) that will be used to create AI Agents. +Currently this course uses the Github Models Marketplace to offer free access to Large Language Models(LLMs) that will be used to create AI Agents. To access this service, you will need to create a GitHub Personal Access Token. @@ -51,7 +51,7 @@ Open that file and paste the token you created into the `GITHUB_TOKEN=` field of To ensure you have all the required Python packages for to run the code, run the following command into your terminal. -We reccomend creating a Python virtual environment to avoid any conflicts and issues. +We recommend creating a Python virtual environment to avoid any conflicts and issues. ```bash pip install -r requirements.txt @@ -61,7 +61,7 @@ This should install the required Python packages. You are now ready to run the code of this code, happy learning more about the world of AI Agents! -If you have any issue running this setup, hope into our [Azure AI Community Discord](https://discord.gg/kzRShWzttr){target="_blank"} or [create an issue](https://github.com/microsoft/ai-agents-for-beginners/issues?WT.mc_id=academic-105485-koreyst){target="_blank"}. +If you have any issue running this setup, hop into our [Azure AI Community Discord](https://discord.gg/kzRShWzttr){target="_blank"} or [create an issue](https://github.com/microsoft/ai-agents-for-beginners/issues?WT.mc_id=academic-105485-koreyst){target="_blank"}.