From de4b5c3e8ddf5e07eb8439e17e22d1ef5fce0041 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 19 Dec 2020 11:04:27 -0500 Subject: [PATCH] update docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 554f75d..c903111 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,10 @@ With JVC, you'd write this spec file and save it to a file "creates": "src_split_files", "source": "src", "interval": "60", - "validate": [{ "comment": "expected 12 files", "test": "output.length === 12" }] + "validate": [{ + "comment": "expect 5 output files", + "test": "output.assets.length === 5" + }] }] } ```