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
Notes: sideshowbarker 2024-07-18 22:06:20 +09:00

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: