Переглянути джерело

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