Skip to content

Commit

Permalink
Update README.md (#2381)
Browse files Browse the repository at this point in the history
Fix type-o in README

Signed-off-by: Tobias Ulvgård <[email protected]>
  • Loading branch information
ulvgard authored Jan 15, 2025
1 parent e1042c5 commit 72c4bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ You find an end-to-end tutorial for ssd-mobilenet [here](tutorials/ConvertingSSD

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

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

## CLI reference

Expand Down

0 comments on commit 72c4bde

Please sign in to comment.