diff --git a/02-building-the-weather-app-core.md b/02-building-the-weather-app-core.md index a1ef46d..69489d3 100644 --- a/02-building-the-weather-app-core.md +++ b/02-building-the-weather-app-core.md @@ -14,7 +14,7 @@ 1. Create a Basic Layout - - Open the Copilot **Chat View** (`Ctrl+Alt+I` or `Cmd+Alt+I`) + - Open the Copilot **Chat View** (`Ctrl+Alt+I` or `Ctrl+Cmd+I`) - Prompt Copilot with a **workspace** query like the following: ```md @@ -39,7 +39,7 @@ - Add the API key: ```env - REACT_APP_WEATHER_API_KEY=your_api_key_here + VITE_WEATHER_API_KEY=your_api_key_here ``` 3. Fetch Weather Data diff --git a/README.md b/README.md index 628f316..a53ddf7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ By the end of this workshop, participants will: ## Interacting with GitHub Copilot Throughout the lab tasks, you will need to interact with Copilot. There are several methods of interacting, including: * Inline Chat (`Ctrl+I` or `Cmd+I`) -* Chat View (`Ctrl+Alt+I` or `Cmd+Alt+I`) +* Chat View (`Ctrl+Alt+I` or `Ctrl+Cmd+I`) * Inline suggestion (code completion) It is recommended that you try each method as you progress through this lab, as each method has unique strengths. While we often suggest a particular method of interaction, that may not be the only way to complete a lab task, so you're invited to try other methods too.