summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-09-10 13:49:47 +0100
committerGitHub <noreply@github.com>2023-09-10 13:49:47 +0100
commit3dd58042991786e698573a95932a108a3cf1f7db (patch)
tree6bf4ddba019dea932b1eed04fd7d210a010d6630 /README.md
parent90e077e4093510917e5762de92384ae312162f23 (diff)
downloadcandle-3dd58042991786e698573a95932a108a3cf1f7db.tar.gz
candle-3dd58042991786e698573a95932a108a3cf1f7db.tar.bz2
candle-3dd58042991786e698573a95932a108a3cf1f7db.zip
Fix typo in readme. (#799)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e5f938a..01c2bb8b 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Check out our [examples](./candle-examples/examples/):
- [yolo-v3](./candle-examples/examples/yolo-v3/) and
[yolo-v8](./candle-examples/examples/yolo-v8/): object detection and pose
estimation models.
- [segment-anything](./candle-examples/examples/segment-anything/): image
+- [segment-anything](./candle-examples/examples/segment-anything/): image
segmentation model with prompt.
Run them using the following commands:
```