From a67259bed1c056fe86a30c4d637a5212dad173f6 Mon Sep 17 00:00:00 2001 From: robpwatkins <53236017+robpwatkins@users.noreply.github.com> Date: Wed, 27 Jan 2021 12:00:52 -0600 Subject: [PATCH] Found one more typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08aa58d..f5ecdd9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 1. Use a whiteboard to work out a solution. HOW DOES TIC, TAC, TOE actually work in excruciating detail? 1. Translate the broad ideas to pseudo code 1. Convert the pseudo code to real JavaScript Code -1. Add the the JavaScript code you've come up with one step at a time in `main.js` +1. Add the JavaScript code you've come up with one step at a time in `main.js` 1. Work through your bugs. 1. Use `node main.js` to run the game + `ctrl + c` to escape. 1. Achieve green checks for each of your unit tests.