diff --git a/Base/usr/share/man/man1/js.md b/Base/usr/share/man/man1/js.md index 234806da86..1f3f56b289 100644 --- a/Base/usr/share/man/man1/js.md +++ b/Base/usr/share/man/man1/js.md @@ -31,7 +31,7 @@ Run `help()` in REPL mode to see its available built-in functions. Here's how you execute a script: ```sh -$ js ~/js/type-play.js +$ js ~/Source/js/type-play.js ``` And here's an example of an interactive REPL session: