Skip to content

Commit

Permalink
docs(readme): adjust install command
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink authored Jan 31, 2025
1 parent d32fcb6 commit d025c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d025c43

Please sign in to comment.