From c0c03eed232a695196f1411860294ee10c21de4f Mon Sep 17 00:00:00 2001 From: Maximilian Berkmann Date: Wed, 15 May 2019 15:00:21 +0100 Subject: [PATCH] typo fix Add the missing `@` on the NPM command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d7b87..0314bc7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A pure [JavaScript version](http://zaach.github.com/jsonlint/) of the service pr ## Command line interface Install jsonlint with npm to use the command line interface: - npm install paulvollmer/jsonlint -g + npm install @paulvollmer/jsonlint -g Validate a file like so: