diff --git a/src/app/docs/markers/page.tsx b/src/app/docs/markers/page.tsx index eb7431a..91a0dcc 100644 --- a/src/app/docs/markers/page.tsx +++ b/src/app/docs/markers/page.tsx @@ -40,8 +40,8 @@ export default function MarkersPage() { Performance tip: MapMarker is - DOM-based and works best for a few dozen of markers. For larger - datasets, see the{" "} + DOM-based and works best for a few hundred markers. For larger datasets, + see the{" "} GeoJSON layers example {" "}