Skip to content

Commit 094f6ab

Browse files
2 parents be72eb4 + 29b641b commit 094f6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Python converter from IFC SPF to JSON
99

1010
## Usage
1111
```
12-
python -i model.ifc -o model_-_ifcjson4.json -v 4
12+
python ifc2json.py -i model.ifc -o model_-_ifcjson4.json -v 4
1313
```
1414
```
1515
optional arguments:
1616
-h, --help show this help message and exit
1717
-i I input ifc file path
1818
-o O output json file path
1919
-v V IFC.JSON version, options: "4"(default), "5a"
20-
```
20+
```

0 commit comments

Comments
 (0)