Skip to content

Commit c3b98c4

Browse files
committed
Fix a code sample in the documentation
1 parent 8984a51 commit c3b98c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Minimal usage:
2727
<script>
2828
githubwiki.setWiki('SchoolIdolTomodachi', 'frgl');
2929
githubwiki.get("Home.md", function(text) {
30-
document.getElementById('test').innerHTML = text;
30+
document.getElementById('content').innerHTML = text;
3131
});
3232
</script>
3333
</body>

0 commit comments

Comments
 (0)