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 181283e commit 76e205f
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 = "<blockquote>" + res.quote + "<br/>—" + res.author + "</blockquote>"
document.getElementById("randquote").innerHTML = "<blockquote>" + res.quote + "<br/>—<i>" + res.author + "</i></blockquote>"
})
.catch()
</script>
Expand Down

0 comments on commit 76e205f

Please sign in to comment.