Base: Update path in js(1) manpage example
This commit is contained in:
parent
1002236715
commit
17959c1408
Notes:
sideshowbarker
2024-07-18 22:06:20 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/17959c1408e Pull-request: https://github.com/SerenityOS/serenity/pull/5427
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue