From 3757349c8e35120ba9c5185a73fe3881c7668d0d Mon Sep 17 00:00:00 2001 From: wouter bolsterlee Date: Fri, 22 Feb 2019 00:52:07 +0100 Subject: [PATCH] Fix typo in readme (#48) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f355165..da6e0062e 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ We are assuming that you have a common Windows PC with at least Visual Studio 20 - `json2json mydoc.json` parses the document, constructs a model and then dumps back the result to standard output. - `json2json -d mydoc.json` parses the document, constructs a model and then dumps model (as a tape) to standard output. The tape format is described in the accompanying file `tape.md`. -- `minify mydoc.json` minifies the JSON document, outputting the result to standard output. Minifying means to remove the unneeded white space charaters. +- `minify mydoc.json` minifies the JSON document, outputting the result to standard output. Minifying means to remove the unneeded white space characters. ## Scope