From d631ae2d57b1895dee4b52a482f04f3f422968b0 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Sat, 28 May 2022 09:29:03 -0500 Subject: [PATCH] Updated README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 138c4ec..1536164 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,10 @@ I want to add more quotes and a button to run the code instead of having the use Or at least create a timer loop to do the refreshing of the quotes automatically. --- 18 May, 2022 - 10:42:14 \ No newline at end of file +-- 18 May, 2022 - 10:42:14 + +## Looping done. + +I managed to get the looping done with a iteration count of 25 and an interval of 8seconds. So now, when you go to the live page, it should iterate 25 times through a random selection of my favourite quotes. + +-- 28 May, 2022 - 09:28:53 \ No newline at end of file