From bdeda5dfc5505d198ed808d13648a7b61c63860d Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 18:12:29 -0500 Subject: [PATCH] update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5457100..3b30259 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,8 @@ JVCL provides higher-level semantics for working with these lower level tools. Say you want to split a portion of a video into ten-second chunks. With ffmpeg and bash, you might do something like this: ```shell script - START=10 - END=130 INCR=10 - for ((i=START;i