diff --git a/README.md b/README.md
index b88c008c..9e58e0f0 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
trackers
-
Plug-and-play multi-object tracking for any detection model.
+
Plug-and-play object tracking in Python, for any detection model.
[](https://badge.fury.io/py/trackers) [](https://pypistats.org/packages/trackers) [](https://github.com/roboflow/trackers/blob/release/stable/LICENSE) [](https://badge.fury.io/py/trackers) [](https://huggingface.co/spaces/roboflow/trackers) [](https://discord.gg/GbfgXGJ8Bk)
-`trackers` gives you clean-room, benchmarked implementations of SORT, ByteTrack, OC-SORT, BoT-SORT, C-BIoU, and McByte — so occlusions, fast motion, and moving cameras stop being your problem to solve from scratch. It speaks `supervision.Detections` natively, slotting into any detector you already use — YOLO, DETR, RT-DETR, or anything else — without glue code. One consistent interface, whether you're a researcher comparing algorithms, an engineer shipping a production pipeline, or a hobbyist building something cool. Requires Python ≥ 3.10.
+`trackers` is an object tracking library for Python. It gives you clean-room, benchmarked implementations of SORT, ByteTrack, OC-SORT, BoT-SORT, C-BIoU, and McByte — so occlusions, fast motion, and moving cameras stop being your problem to solve from scratch. It speaks `supervision.Detections` natively, slotting into any detector you already use — YOLO, DETR, RT-DETR, or anything else — without glue code. One consistent interface, whether you're a researcher comparing algorithms, an engineer shipping a production pipeline, or a hobbyist building something cool. Requires Python ≥ 3.10.
## Why trackers?