From 27a47a4a3282b45fcb8818a133a0e1a2e765f931 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 17:54:40 -0500 Subject: [PATCH] update docs --- docs/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running.md b/docs/running.md index 721d767..d3c801c 100644 --- a/docs/running.md +++ b/docs/running.md @@ -57,7 +57,7 @@ The easiest way to write a spec is to copy one of the [test specs](../src/test/resources/tests) and edit it. There examples for every JVC operation. -Or copy from the [complex example](complex_example.md). +Or read through the [complex example](complex_example.md) and adapt as needed. ## Executing a JVC Spec To execute a spec stored in the file `my-spec.json`, you would run: