From 87e7b34ba56f583837fedd724dc6cabbc625cc56 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 08:08:59 -0500 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 578f88f..5ec87e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ With JVCL, you'd write this spec file and save it to a file (for example `my-spe "operations": [{ "operation": "split", "creates": "src_split_files", - "split": "src", + "source": "src", "interval": "10s", "start": "10s", "end": "130s"