aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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();