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>2020-07-12 08:59:21 +0200
commitb7eac633f2f348751c6a53c56e5eeb7997a2dc73 (patch)
treef634824a058ef526f2e552245eec9d288226c158 /README.md
parent28e3fa6d3514a560410f514ab8537a2a1206a7f7 (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();