Skip to content

Commit

Permalink
node -> sage run, phetsims/perennial#369
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 19, 2024
1 parent a277cc0 commit 3c28a5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/js/move-translated-fraction-matcher-strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* https://github.com/phetsims/fraction-matcher/issues/107 for the origin story of this script.
*
* EXAMPLE USAGE:
* node ./js/move-translated-fraction-matcher-strings.js
* sage run ./js/move-translated-fraction-matcher-strings.js
*
* @author John Blanco (PhET Interactive Simulations)
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/js/remove-translations-without-english-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* usage:
* cd root/
* node rosetta/scripts/js/remove-translations-without-english-key.js my-repo
* sage run rosetta/scripts/js/remove-translations-without-english-key.js my-repo
*
* @author Chris Klusendorf (PhET Interactive Simulations)
* @author Marla Schulz (PhET Interactive Simulations)
Expand Down
4 changes: 2 additions & 2 deletions scripts/js/rename-string-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
*
* USAGE:
*
* node rename-string-keys <sim-repo-name> <string-change-info>
* sage run rename-string-keys <sim-repo-name> <string-change-info>
*
* EXAMPLE USAGE:
*
* node ./rosetta/scripts/js/rename-string-keys.js geometric-optics ./temp/geometric-optics-changed-strings.csv
* sage run ./rosetta/scripts/js/rename-string-keys.js geometric-optics ./temp/geometric-optics-changed-strings.csv
*
* @author John Blanco (PhET Interactive Simulations)
*/
Expand Down

0 comments on commit 3c28a5c

Please sign in to comment.