diff --git a/README.md b/README.md index f1054e0b..9af049ea 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ 1. Ensure you know how to run the unit test: * `npm test main.js` 1. Use a whiteboard to work out a solution to building the Pig Latin program +1. Use a whiteboard to work out a solution to building the Pig Latin program 1. Translate the broad ideas to pseudo code 1. Convert the pseudo code to real JavaScript Code 1. Type into your text editor the JavaScript code you've come up with one step at a time diff --git a/index.html b/index.html index 16517707..ed3592ec 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,22 @@