From edde30abd8b22facf2c06c72586b9f6edf12700d Mon Sep 17 00:00:00 2001 From: Aseem Kishore Date: Sat, 1 Oct 2022 10:04:53 -0700 Subject: [PATCH] Readme: slight tweak to intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf718c0..d8ed2314 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It's also a strict _subset_ of ES5, so valid JSON5 files will always be valid ES This JavaScript library is a reference implementation for JSON5 parsing and serialization, and is directly used in many of the popular projects mentioned above -(where e.g. extreme performance isn't necessary for config file use cases), +(where e.g. extreme performance isn't necessary), but others have created [many other libraries](https://github.com/json5/json5/wiki/In-the-Wild) across many other platforms.