From 61c9f93b7934bbee0b6eeab963a46bbfd65466ea Mon Sep 17 00:00:00 2001 From: drospond Date: Wed, 11 Mar 2020 22:55:41 -0400 Subject: [PATCH] Edited typos in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0c67ee..77faa13 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Javascript code quiz is quiz game that tests your coding knoweledge. The more questions you get wrong the less time you have to finish. Your final score, the time remaining, can be saved on a highscore list. The webpage was built using knoweledge of javascript and the native web APIs for dynamically changing the DOM. ## Screenshots -![Random password generated by the web app](screenshots/index.png) -![Random password generated by the web app](screenshots/question.png) -![Random password generated by the web app](screenshots/scoreinput.png) -![Random password generated by the web app](screenshots/highscores.png) +![Home page](screenshots/index.png) +![Question](screenshots/question.png) +![Score Input](screenshots/scoreinput.png) +![Highscores](screenshots/highscores.png) ## Resources Bootstrap was largely used for the styling. A shuffling function was sourced from https://javascript.info/task/shuffle.