1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:37:35 +00:00

Base: Update path in js(1) manpage example

This commit is contained in:
Linus Groh 2021-02-20 15:59:45 +01:00 committed by Andreas Kling
parent 1002236715
commit 17959c1408

View file

@ -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: