diff --git a/.github/workflows/co-op-translator.yml b/.github/workflows/co-op-translator.yml
index 171fa385..5bc08dc5 100644
--- a/.github/workflows/co-op-translator.yml
+++ b/.github/workflows/co-op-translator.yml
@@ -53,10 +53,10 @@ jobs:
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
# =====================================================================
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
- # translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
+ translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
# translate -l "zh tw hk fr ja ko" -y
# translate -l "pt es de fa pl hi" -y
- translate -l "ru ar ur mo ja" -y
+ # translate -l "ru ar ur mo ja" -y
# translate -l "bn mr ne pa br it tr" -y
# translate -l "el th sv da no" -y
# translate -l "fi nl he" -y
diff --git a/README.md b/README.md
index 504a9284..a4884ac2 100644
--- a/README.md
+++ b/README.md
@@ -33,17 +33,14 @@ Don't miss our new Generative AI curriculum!
Visit [https://aka.ms/genai-js-course](https://aka.ms/genai-js-course) to get started!
-
-

-
+
- Lessons covering everything from basics to RAG.
- Interact with historical characters using GenAI and our companion app.
- Fun and engaging narrative, you'll be time traveling!
-
-

-
+
+
Each lesson includes an assignment to complete, a knowledge check and a challenge to guide you on learning topics like:
- Prompting and prompt engineering
@@ -79,7 +76,7 @@ Follow these steps:
In your copy of this repository that you created, click the **Code** button and select **Open with Codespaces**. This will create a new Codespace for you to work in.
-
+[!Codespace]()./images/createcodespace.png)
#### Running the curriculum locally on your computer
@@ -90,7 +87,7 @@ Our recommendation is to use [Visual Studio Code](https://code.visualstudio.com/
1. Clone your repository to your computer. You can do this by clicking the **Code** button and copying the URL:
-
+ [!CodeSpace](./images/createcodespace.png)
Then, open [Terminal](https://code.visualstudio.com/docs/terminal/basics/?WT.mc_id=academic-77807-sagibbon) within [Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=academic-77807-sagibbon) and run the following command, replacing `` with the URL you just copied: