We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8984a51 commit c3b98c4Copy full SHA for c3b98c4
1 file changed
README.md
@@ -27,7 +27,7 @@ Minimal usage:
27
<script>
28
githubwiki.setWiki('SchoolIdolTomodachi', 'frgl');
29
githubwiki.get("Home.md", function(text) {
30
- document.getElementById('test').innerHTML = text;
+ document.getElementById('content').innerHTML = text;
31
});
32
</script>
33
</body>
0 commit comments