From 0824b69f64ef1c04bc2b2dc0ca8e0fbc7e40bcbd Mon Sep 17 00:00:00 2001 From: Raymond Xu <2rayxu+github@gmail.com> Date: Wed, 13 Jan 2021 12:21:50 -0600 Subject: [PATCH] Fixed two typos --- 4-typing-game/typing-game/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4-typing-game/typing-game/README.md b/4-typing-game/typing-game/README.md index 256e5073..71baadd4 100644 --- a/4-typing-game/typing-game/README.md +++ b/4-typing-game/typing-game/README.md @@ -48,7 +48,7 @@ We're going to need three total files: **index.html**, **script.js** and **style mkdir typing-game && cd typing-game # Windows -md typing-game && cd typing game +md typing-game && cd typing-game ``` - Open Visual Studio Code @@ -103,7 +103,7 @@ It's always best to develop iteratively to see how things look. Let's launch our - Install [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) by following the link and clicking **Install** - You will be prompted by the browser to open Visual Studio Code, and then by Visual Studio Code to perform the installation - Restart Visual Studio Code if prompted -- Once installed, in Visual Studio Code, click Ctl-Shift-P (or Cmd-Shift-P) to open the command pallate +- Once installed, in Visual Studio Code, click Ctrl-Shift-P (or Cmd-Shift-P) to open the command pallate - Type **Live Server: Open with Live Server** - Live Server will start hosting your application - Open a browser and navigate to **https://localhost:5500**