aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-12 08:55:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:29 +0200
commit8544badcf1b13366c2502e288c4b1a2c6992e123 (patch)
treef634824a058ef526f2e552245eec9d288226c158 /README.md
parent3672d9d82e522b73f2a8f45bc37459ee7b06750d (diff)
Update perl6 references to raku
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 514dadd..d469dee 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ object without reading/writing a file, no parser is needed.
Include the `Config` module in your script, instantiate it and use it as you
please.
-```perl6
+```raku
use Config;
my Config $config = Config.new();