소스 검색

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`)


불러오는 중...
취소
저장