From d025c43bdeeabf28547d88e206af63a7f37c7e31 Mon Sep 17 00:00:00 2001 From: Martin Schuhfuss Date: Fri, 31 Jan 2025 17:37:21 +0100 Subject: [PATCH] docs(readme): adjust install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c1b05dd..bea2a8d4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ const markerCluster = new MarkerClusterer({ map, markers }); ``` To run the examples: -- Install dependencies: ```npm i @googlemaps/markerclusterer``` +- Install dependencies: ```npm install``` - Start the development server in the root folder: ```npm run dev``` - Navigate to [http://localhost:8080/](http://localhost:8080/) in your web browser. - Provide a valid Google Maps Platform API key.