From 06ddb41649019a1688a7ab705889a3aa520c6a66 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 19 Dec 2020 11:08:14 -0500 Subject: [PATCH] update docs --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1abe9ca..edf482d 100644 --- a/README.md +++ b/README.md @@ -148,12 +148,10 @@ Trim audio/video; crop a section of an asset, becomes a new asset. Here is a [long, complex example](docs/complex_example.md) that uses every operation. -## JVC JavaScript Expressions -There are actually two DSLs in JVC. One is the JSON format for JVC files, -which tells jvc where the assets are and what to do with them. - -The second DSL is not really a full DSL, it's more a JavaScript context -in which you can evaluate expressions. +## JavaScript Expressions +Within a JVC spec file, operation parameters and validations can +be [JavaScript expressions](docs/jvc_js.md), opening up some interesting +capabilities. ## What's with the name? A cross between a javelin and an icicle? JSON and a miracle?