浏览代码

Base: Update path in js(1) manpage example

Linus Groh 4 年之前
父节点
当前提交
17959c1408
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Base/usr/share/man/man1/js.md

+ 1 - 1
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:
 Here's how you execute a script:
 
 
 ```sh
 ```sh
-$ js ~/js/type-play.js
+$ js ~/Source/js/type-play.js
 ```
 ```
 
 
 And here's an example of an interactive REPL session:
 And here's an example of an interactive REPL session: