소스 검색

update docs

master
Jonathan Cobb 3 년 전
부모
커밋
cd616c0847
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      README.md

+ 3
- 2
README.md 파일 보기

@@ -119,8 +119,9 @@ Split an audio file according to silence
# Complex Example
Here is a complex example using multiple assets and operations.

Note that in JVCL json files, comments are allowed using either line syntax (`// comment`)
or multi-line block syntax (`/* comment that may span multiple lines */`).
Note that in JVCL json files, comments are allowed:
* 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 */`)

```json
{


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