From aad3690f31f00701313b21bd00b12d979fa46e45 Mon Sep 17 00:00:00 2001 From: Craig Leinoff Date: Wed, 24 May 2023 15:25:38 -0700 Subject: [PATCH] Fix typos in Clustering Algorithm example --- ...ing-custom-renderer-function-and-clustering-algorithm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/examples/using-custom-renderer-function-and-clustering-algorithm.md b/docs/src/examples/using-custom-renderer-function-and-clustering-algorithm.md index d305fde..928e5f4 100644 --- a/docs/src/examples/using-custom-renderer-function-and-clustering-algorithm.md +++ b/docs/src/examples/using-custom-renderer-function-and-clustering-algorithm.md @@ -1,8 +1,8 @@ # Using custom renderer function and clustering algorithm -In order to use custom renderer function and clustering algorithm, you will need to do the following step before: +In order to use custom renderer functions or clustering algorithms, you will need to do the following step before: -## Install `@googlemaps/makerclusterer` package into your own project +## Install `@googlemaps/markerclusterer` package into your own project Use `npm install @googlemaps/markerclusterer` to install the library into your project. @@ -21,7 +21,7 @@ Following this example will help you create your own render function and cluster map-type-id="terrain" style="width: 500px; height: 300px" > - +