From 7403599a76ca00a90950e8422e8ec93d1dfb2e77 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Tue, 15 Dec 2020 11:33:01 -0500 Subject: [PATCH] update docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e59c34d..0559ece 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ whose properties are `assets` and `operations`. When you run `jvcl` on a spec file, it will load the `assets`, then perform the `operations` in order. Unlike most JSON, comments *are* allowed in JVCL spec files: -* A line comment starts with `//` and continue to the end of the line (`// comment`) -* A multi-line block syntax starts with `/*` and ends with `*/` (`/* comment that may span multiple lines */`) +* A line comment starts with `//` and continue to the end of the line +* A multi-line block syntax starts with `/*` and ends with `*/` ## Assets Assets are the inputs: generally image, audio and video files. Assets have a name and a path.