From 78d483d26ca77d92686e03de1a03111d29cf9f8e Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 08:10:30 -0500 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ec87e8..55476da 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ To execute a spec stored in the file `my-spec.json`, you would run: ```shell script jvcl my-spec.jvcl ``` -or to supply a spec using stdin and pipeline: +or you use stdin: ```shell script cat my-spec.jvcl | jvcl ```