Skip to content

Commit 82d6eea

Browse files
authored
Fix readme for running js-slang without adding to PATH (#1716)
1 parent 8614157 commit 82d6eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ cd dist
4848
$ npm link
4949
```
5050

51-
If you do not wish to add \"js-slang\" to your PATH, replace \"js-slang\" with \"node dist/repl/repl.js\" in the following examples.
51+
If you do not wish to add \"js-slang\" to your PATH, replace \"js-slang\" with \"node dist/repl\" in the following examples.
5252

5353
To try out _Source_ in a REPL, run
5454

0 commit comments

Comments
 (0)