From 3adb8499e0e2b36541093ec092387cefb33c390d Mon Sep 17 00:00:00 2001 From: Dushyant M Date: Mon, 6 Nov 2023 16:51:04 +0700 Subject: [PATCH] Fixed gramatical mistake -- "compare to json documents" --> "compare two json documents" --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 57baa42f..a66d9e83 100644 --- a/cli/README.md +++ b/cli/README.md @@ -6,7 +6,7 @@ Jolt Command Line Interface The bin/ directory contains a command line interface (CLI) tool for using some of the functionality contained in Jolt. Three sub commands are available: * transform: given a Jolt transform spec, runs the specified transforms on the input data. -* diffy: compare to json documents to see if there are any differences. +* diffy: compare two json documents to see if there are any differences. * sort: sort a json document. The Jolt tool has the ability to accept input from standard in: