From 0d55ddc5bf67e2664df40f767ad0eed47c2237a7 Mon Sep 17 00:00:00 2001 From: Isaac Nickaein Date: Tue, 4 Jun 2019 11:24:22 +0430 Subject: [PATCH] :pencil2: Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 670d7e1e..a1e6edfb 100644 --- a/README.md +++ b/README.md @@ -1325,7 +1325,7 @@ This library does not support comments. It does so for three reasons: > Suppose you are using JSON to keep configuration files, which you would like to annotate. Go ahead and insert all the comments you like. Then pipe it through JSMin before handing it to your JSON parser. -3. It dangerous for interoperability if some libraries would add comment support while others don't. Please check [The Harmful Consequences of the Robustness Principle](https://tools.ietf.org/html/draft-iab-protocol-maintenance-01) on this. +3. It is dangerous for interoperability if some libraries would add comment support while others don't. Please check [The Harmful Consequences of the Robustness Principle](https://tools.ietf.org/html/draft-iab-protocol-maintenance-01) on this. This library will not support comments in the future. If you wish to use comments, I see three options: