diff --git a/README.md b/README.md index 2591964..f750e4d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Your Manager has laid out the following requirements for the project: ##Learning Objectives By the end of this project the employee will be able to... - + * Clone and push a GitHub repository * Implement Math.random * Use conditions to evaluate a function diff --git a/doNow.md b/doNow.md index 7848b81..db04008 100644 --- a/doNow.md +++ b/doNow.md @@ -6,8 +6,8 @@ The do now activity for this session is to write out the rules and conditions fo | Player1 | Player2 | Winner | |----------|----------|---------| -| Rock | Rock | | -| Rock | Paper | | +| Rock | Rock | Tie | +| Rock | Paper | Paper | | Rock | Scissors | | | Paper | Rock | | | Paper | Paper | | diff --git a/starter_code/index.html b/starter_code/index.html index a2f6656..727b741 100755 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -3,11 +3,11 @@