From f489a98db97dca24e59f5d4cd88280679b536cf8 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 18:11:03 -0500 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6286a57..67302e4 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`, `sox`, and so on. JVCL provides higher-level semantics for working with these lower level tools. # A Quick Example