From 7f3cc06409c9dfdd979d960d15123ac3b153f121 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Tue, 29 Oct 2019 12:43:09 +0900 Subject: [PATCH 1/3] Add introduction to a successor project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58a1aa1..6cdabc2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ JSON Lint A pure [JavaScript version](http://zaach.github.com/jsonlint/) of the service provided at [jsonlint.com](http://jsonlint.com). +This project is unmaintained and see [a successor project with some improvements: jsonlint-cli](/~https://github.com/marionebl/jsonlint-cli), if you need multiple files support or more. + ## Command line interface Install jsonlint with npm to use the command line interface: From 7716c4c20ef5b1dc2a77ab795a84af3faf882c6d Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Tue, 29 Oct 2019 13:22:24 +0900 Subject: [PATCH 2/3] Describe jsonlint-cli as a wrapper instead of a successor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cdabc2..1e77ceb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ JSON Lint A pure [JavaScript version](http://zaach.github.com/jsonlint/) of the service provided at [jsonlint.com](http://jsonlint.com). -This project is unmaintained and see [a successor project with some improvements: jsonlint-cli](/~https://github.com/marionebl/jsonlint-cli), if you need multiple files support or more. +The command line interface included in this package just has limited features. For more useful features like multiple files (glob) support, see [a command line wraooer: jsonlint-cli](/~https://github.com/marionebl/jsonlint-cli). ## Command line interface Install jsonlint with npm to use the command line interface: From 094e46da121d260fd2f6878bb1fa9284edf995df Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Tue, 29 Oct 2019 13:22:52 +0900 Subject: [PATCH 3/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e77ceb..a97edd9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ JSON Lint A pure [JavaScript version](http://zaach.github.com/jsonlint/) of the service provided at [jsonlint.com](http://jsonlint.com). -The command line interface included in this package just has limited features. For more useful features like multiple files (glob) support, see [a command line wraooer: jsonlint-cli](/~https://github.com/marionebl/jsonlint-cli). +The command line interface included in this package just has limited features. For more useful features like multiple files (glob) support, see [a command line wrapper: jsonlint-cli](/~https://github.com/marionebl/jsonlint-cli). ## Command line interface Install jsonlint with npm to use the command line interface: