branch: elpa/raku-mode
commit 488f3386fe4109fe404b0c56c248d0783ed1771f
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
Small README fix
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ed9f26e33f..d8c4f2e0a6 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Just visit Perl 6 files.
The major mode will be autoloaded whenever a Perl 6 file is visited.
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`,
+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.
Use <kbd>M-x customize-group RET perl6</kbd> to customize Perl 6 Mode.