Update README.md

This commit is contained in:
i.j 2024-02-19 10:06:44 +00:00
parent 4e6bb3b39f
commit 11611b2e49

View File

@ -46,7 +46,7 @@ Now call the CSS and JS files in your HTML page using the `<link>` and `<script>
<!-- JavaScript -->
<script src="path/to/mastodon-timeline.min.js"></script>
<script>
<!-- You can initialize the script here -->
// You can initialize the script here
</script>
</body>
</html>