Skip to content

Commit 72c4bde

Browse files
authored
Update README.md (#2381)
Fix type-o in README Signed-off-by: Tobias Ulvgård <[email protected]>
1 parent e1042c5 commit 72c4bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You find an end-to-end tutorial for ssd-mobilenet [here](tutorials/ConvertingSSD
117117

118118
We recently added support for tflite. You convert ```tflite``` models via command line, for example:
119119

120-
```python -m tf2onnx.convert --opset 16 --tflite tflite--file --output model.onnx```
120+
```python -m tf2onnx.convert --opset 16 --tflite tflite-file --output model.onnx```
121121

122122
## CLI reference
123123

0 commit comments

Comments
 (0)