From 322baf3e68eda89d22620525e48b10cc0d3d1f17 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 16 Dec 2020 17:16:40 -0500 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 341d917..9f687ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JVCL (pronounced "Javicle") is a JSON DSL for audio/video transformations. -Under the hood, it's all shell commands: `ffmpeg`, `mediainfo`, `sox`, and so on. +Under the hood, it's all shell commands: `ffmpeg`, `mediainfo` and so on. JVCL provides higher-level semantics for working with these lower level tools.