From e7dffa600ac45a15a63857a236927164467cec2a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 23 May 2018 07:35:23 +0200 Subject: Add reference to Config::Parser::json to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6bc6d23..c481997 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ installed yourself. The following parsers are available: -- [`Config::Parser::yaml`](https://github.com/scriptkitties/p6-Config-Parser-yaml) +- [`Config::Parser::json`](https://github.com/robertlemmen/perl6-config-json) - [`Config::Parser::toml`](https://github.com/scriptkitties/p6-Config-Parser-toml) +- [`Config::Parser::yaml`](https://github.com/scriptkitties/p6-Config-Parser-yaml) ### Writing your own parser If you want to make your own parser, simply make a new class which extends the -- cgit v1.1