From 82d6eeaa63aba8a04bb330f0f0aac6ddd2319894 Mon Sep 17 00:00:00 2001 From: heyzec <61238538+heyzec@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:15:55 +0800 Subject: [PATCH] Fix readme for running js-slang without adding to PATH (#1716) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c36d72d0..f29638ef5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ cd dist $ npm link ``` -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. +If you do not wish to add \"js-slang\" to your PATH, replace \"js-slang\" with \"node dist/repl\" in the following examples. To try out _Source_ in a REPL, run