From c8a7f8d895316b2d5bd46808197412225b9da39c Mon Sep 17 00:00:00 2001 From: Bhargav <26331505+bgv2@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:23:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d9f2c4..8b0ed66 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Thank you for reading to the end. If you learned something from the bot, or have fetch("https://quotoserve.vercel.app/randquote") .then(res => res.json()) .then(res => { - document.getElementById("randquote").innerHTML = res.quote + " —" + res.author + document.getElementById("randquote").innerHTML = "
" + res.quote + "
—" + res.author + "
" }) .catch()