wrong expression fix Update README.md (#17868)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/17878/head^2
Dr. Artificial曾小健 1 week ago committed by GitHub
parent 00fc95fb9d
commit 5c2cdb6841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

@ -80,7 +80,7 @@ YOLO may be used directly in the Command Line Interface (CLI) with a `yolo` comm
yolo predict model=yolo11n.pt source='https://ultralytics.com/images/bus.jpg'
```
`yolo` can be used for a variety of tasks and modes and accepts additional arguments, i.e. `imgsz=640`. See the YOLO [CLI Docs](https://docs.ultralytics.com/usage/cli/) for examples.
`yolo` can be used for a variety of tasks and modes and accepts additional arguments, e.g. `imgsz=640`. See the YOLO [CLI Docs](https://docs.ultralytics.com/usage/cli/) for examples.
### Python

Loading…
Cancel
Save