branch: elpa/raku-mode
commit 2e622f86e04b5a6fc893b8c1c9a5093f55cc6007
Author: Matias Linares <[email protected]>
Commit: Matias Linares <[email protected]>
Change perl6-repl command to run-perl6
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 339c46bb24..f29a55d074 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ This includes any file with `perl6` in the shebang, as well
as any file
with a `.p6`, `.pm6`, or `.pl6` extension. It also applies to any `.pm`,
`.pl`, and `.t` files whose first line of code looks like Perl 6.
-Start the REPL with <kbd>M-x perl6-repl RET</kbd>. The following
+Start the REPL with <kbd>M-x run-perl6 RET</kbd>. The following
keybindings are available to interact with the REPL:
* <kbd>C-c C-c</kbd>: Send the current line to the REPL