From 72c4bdec6163bc2a41ebc60de0c3e12398118d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ulvg=C3=A5rd?= Date: Wed, 15 Jan 2025 04:31:32 +0100 Subject: [PATCH] Update README.md (#2381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix type-o in README Signed-off-by: Tobias Ulvgård --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a53891ec9..719b99e1b 100644 --- a/README.md +++ b/README.md @@ -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