Skip to content

Commit 2313758

Browse files
author
jun216tee
authored
Update README.md
I corrected a few trivial misspellings.
1 parent e00b09a commit 2313758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

00-course-setup/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This lesson will cover how to run the code samples of this course.
1111

1212
## Clone or Fork this Repo
1313

14-
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!
14+
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!
1515

1616
This can be done by clicking link to [fork the repo](https://github.com/microsoft/ai-agents-for-beginners/fork){target="_blank"}.
1717

@@ -21,7 +21,7 @@ You should now have your own forked version of this course like below:
2121

2222
## Retrieve Your GitHub Personal Access Token (PAT)
2323

24-
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.
24+
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.
2525

2626
To access this service, you will need to create a GitHub Personal Access Token.
2727

@@ -51,7 +51,7 @@ Open that file and paste the token you created into the `GITHUB_TOKEN=` field of
5151

5252
To ensure you have all the required Python packages for to run the code, run the following command into your terminal.
5353

54-
We reccomend creating a Python virtual environment to avoid any conflicts and issues.
54+
We recommend creating a Python virtual environment to avoid any conflicts and issues.
5555

5656
```bash
5757
pip install -r requirements.txt
@@ -61,7 +61,7 @@ This should install the required Python packages.
6161

6262
You are now ready to run the code of this code, happy learning more about the world of AI Agents!
6363

64-
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"}.
64+
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"}.
6565

6666

6767

0 commit comments

Comments
 (0)