Skip to content

Commit 264fc38

Browse files
authored
README.md remove link to the jsontlint.com service
1 parent 1a7c5ba commit 264fc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
[![devDependency Status](https://david-dm.org/prantlf/jsonlint/dev-status.svg)](https://david-dm.org/prantlf/jsonlint#info=devDependencies)
88
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
99

10-
A [JSON]/CJSON/[JSON5] parser, validator and pretty-printer with a command-line client. A [pure JavaScript version] of the service provided at [jsonlint.com].
10+
A [JSON]/CJSON/[JSON5] parser, validator and pretty-printer with a command-line client. See it in action at https://prantlf.github.io/jsonlint/
1111

12-
This is a fork of the original package with the following enhancements:
12+
This is a fork of the original package [zaach/jsonlint](https://github.com/zaach/jsonlint) with the following enhancements:
1313

1414
* Handles multiple files on the command line (by Greg Inman).
1515
* Walks directories recursively (by Paul Vollmer).

0 commit comments

Comments
 (0)