Skip to content

Commit 0db4336

Browse files
committed
Update: README.md
1 parent 75c6d6b commit 0db4336

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ docker run --rm -itv $(pwd):/app/cmdcomp yassun4dev/cmdcomp --file ${YOUR_CONFIG
3737

3838
Configuration can be written in JSON, YAML, and TOML file formats.
3939

40+
### Sample
41+
4042
```toml
4143
[cmdcomp]
4244
version = "1"
@@ -61,8 +63,6 @@ options = { type = "file", base_path = "$(cd $(dirname $0); pwd)/../apps" }
6163

6264
```
6365

64-
## JSON Schema
65-
66-
### Config
66+
### JSON Schema
6767

6868
https://raw.githubusercontent.com/yassun4dev/cmdcomp/main/docs/config.schema.json

0 commit comments

Comments
 (0)