Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yutao8 authored Jan 15, 2024
1 parent af2f629 commit 99810b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</script>
<script>
window.onload = function() {
loadDoc("readme.md", function(xmlhttp) {
loadDoc("README.md", function(xmlhttp) {
markdownText = xmlhttp.responseText;
var md = window.markdownit();
var html = md.render(markdownText);
Expand Down

0 comments on commit 99810b4

Please sign in to comment.