Skip to content

Commit

Permalink
Link to demo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Jun 3, 2024
1 parent fbd27c9 commit cb29e7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# sb3.js

**sb3.js** is a very experimental lightweight Scratch runtime based around generator functions.
**sb3.js** is a very experimental lightweight Scratch runtime based around generator functions.

It should currently be able to run many projects--those that use various extensions may or may not work.

[Try out the demo!](https://valadaptive.github.io/sb3-js/demo.html)
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="load-project-controls">
<input type="file" id="file-input" accept=".sb3">
<div class="id-input">
<input id="id-textbox" type="text" placeholder="Enter a project ID...">
<input id="id-textbox" type="text" placeholder="Enter a project ID or URL">
<button id="id-button">Load project</button>
</div>
</div>
Expand Down

0 comments on commit cb29e7a

Please sign in to comment.