From 90e0e75a43d9381067082bf27d8b89484c769fca Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 17:55:28 -0500 Subject: [PATCH] update docs --- docs/running.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/running.md b/docs/running.md index 290f068..00c31b8 100644 --- a/docs/running.md +++ b/docs/running.md @@ -55,7 +55,9 @@ jvc will never use ## Writing a JVC Spec 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 read through the [complex example](complex_example.md) and adapt as needed. ## Executing a JVC Spec