From 632ddc44494ea0d306b8f11bcc0b0208ab3a797e Mon Sep 17 00:00:00 2001 From: Hao Luo <338265+howlowck@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:06:13 -1000 Subject: [PATCH 1/2] Fixed Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ce12cb8013..a40f1ab79a71 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ from either OpenAI or Azure OpenAI and to run one of the C#, Python, and Java co ### For Python: 1. Go to the Quick start page [here](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-csharp) and follow the steps to dive in. -2. You'll need to ensure that you toggle to C# in the the Choose a programming language table at the top of the page. +2. You'll need to ensure that you toggle to Python in the the Choose a programming language table at the top of the page. ![csharpmap](https://learn.microsoft.com/en-us/semantic-kernel/media/pythonmap.png) ### For Java: From bb0813e60fafb258df85490d0fe1b3487292f4ac Mon Sep 17 00:00:00 2001 From: Hao Luo <338265+howlowck@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:53:27 -1000 Subject: [PATCH 2/2] Updated section to align on python language. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a40f1ab79a71..8be24895df27 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ from either OpenAI or Azure OpenAI and to run one of the C#, Python, and Java co ### For Python: -1. Go to the Quick start page [here](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-csharp) and follow the steps to dive in. -2. You'll need to ensure that you toggle to Python in the the Choose a programming language table at the top of the page. - ![csharpmap](https://learn.microsoft.com/en-us/semantic-kernel/media/pythonmap.png) +1. Go to the Quick start page [here](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-python) and follow the steps to dive in. +2. You'll need to ensure that Python is selected in the the "Choose a programming language" table at the top of the page. + ![pythonmap](https://learn.microsoft.com/en-us/semantic-kernel/media/pythonmap.png) ### For Java: