From 097f2e3d4c050cb5d42946ff51757084c3f0d227 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sun, 10 Nov 2024 06:13:34 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a267776..b0513b9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ export default class extends Controller // Use a custom icon for the marker const redIcon = L.icon({ - // Note: instead of using an hardcoded URL, you can use the `extra` parameter from `new Marker()` (PHP) and access it here with `definition.extra`. + // Note: instead of using a hardcoded URL, you can use the `extra` parameter from `new Marker()` (PHP) and access it here with `definition.extra`. iconUrl: 'https://leafletjs.com/examples/custom-icons/leaf-red.png', shadowUrl: 'https://leafletjs.com/examples/custom-icons/leaf-shadow.png', iconSize: [38, 95], // size of the icon