Skip to content

Commit c7eb4e4

Browse files
authoredMar 22, 2025··
fix: correct filename from toolbox.js to toolbar.js in README (#4535)
1 parent 8f01e24 commit c7eb4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎js/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -632,11 +632,11 @@ connection 0 connects to the `newnote` block connection 1, etc.
632632

633633
Checkbox regarding adding new languages to the Language pulldown menu.
634634

635-
You must update three files: ```index.html```, ```js/toolbox.js``` and ```js/languagebox.js```
635+
You must update three files: ```index.html```, ```js/toolbar.js``` and ```js/languagebox.js```
636636

637637
[ ] In ```index.html```, add an element for the language you are adding to ```"languagedropdown"```
638638

639-
[ ] In ```toolbox.js```, add to the strings for both MUSIC BLOCKS and TURTLE ART
639+
[ ] In ```toolbar.js```, add to the strings for both MUSIC BLOCKS and TURTLE ART
640640

641641
[ ] and add a click event to ```renderLanguageSelectIcon```
642642

0 commit comments

Comments
 (0)
Please sign in to comment.