Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgv2 authored Oct 1, 2024
1 parent 36dea05 commit c8a7f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<blockquote>" + res.quote + "<br/>" + res.author + "</blockquote>"
})
.catch()
</script>
Expand Down

0 comments on commit c8a7f8d

Please sign in to comment.