From d9b9ecd1d68b4593c00fd4ec4232aa1a9bdc8936 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 08:10:46 -0500 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55476da..920c043 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 you use stdin: +or use stdin: ```shell script cat my-spec.jvcl | jvcl ```