瀏覽代碼

update docs

master
Jonathan Cobb 3 年之前
父節點
當前提交
159198e022
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@@ -61,7 +61,7 @@ In JVCL there are a few main concepts: spec files, assets and operations.
A JVCL spec file is just a regular JSON file that happens to contain a single JSON object,
whose properties are `assets` and `operations`.

When you run `jvcl` on a spec file, JVCL will read the `assets`, then perform the `operations` in order.
When you run `jvcl` on a spec file, it will read 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`)


Loading…
取消
儲存