From eb8b23d4cd4c52cca0e616e3c7514637e6202c9b Mon Sep 17 00:00:00 2001 From: Albus Dumbledore Date: Fri, 28 Feb 2020 20:55:39 +0530 Subject: [PATCH] docs(custom-json-modules): Improve README.md --- examples/custom-json-modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-json-modules/README.md b/examples/custom-json-modules/README.md index c01f4b21b..09f37c830 100644 --- a/examples/custom-json-modules/README.md +++ b/examples/custom-json-modules/README.md @@ -1,4 +1,4 @@ -This very simple example shows usage of a custom parser for json-modules. +This is a simple example that shows the usage of a custom parser for json-modules. Toml, yaml and json5 files can be imported like other modules without toml-loader.