Skip to content

Commit 4693b39

Browse files
CH3COOHgriffin-stewie
authored andcommitted
fix sample command
1 parent aa65ed8 commit 4693b39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ CSV file format should be like below
5050
generates Swift code, Objective-C code, colors.xml from JSON
5151

5252
```sh
53-
clg code --output MyColor.swift --code swift sample.json
53+
clg code --output ~/somewhere/ --code swift sample.json
5454
```
5555

5656
#### Options
5757

5858
- `--output`, `-o`
59-
- path for output
59+
- directory path for output
6060
- `--code`, `-c`
6161
- generate specific type of code file
6262
- `swift`

0 commit comments

Comments
 (0)