diff options
author | Linus Groh <mail@linusgroh.de> | 2021-02-20 15:59:45 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-20 16:05:20 +0100 |
commit | 17959c1408eae23f27162bb1930d29c8514b0a19 (patch) | |
tree | 45317b8772716e6e29f94139f8d6367426f63dcc /Base/usr/share | |
parent | 1002236715bb9947f55823096b3b170b5c599c8a (diff) | |
download | serenity-17959c1408eae23f27162bb1930d29c8514b0a19.zip |
Base: Update path in js(1) manpage example
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man1/js.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |