From 17959c1408eae23f27162bb1930d29c8514b0a19 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 20 Feb 2021 15:59:45 +0100 Subject: [PATCH] Base: Update path in js(1) manpage example --- Base/usr/share/man/man1/js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: