From e5164707ff093c79f35328e4de234cd18fabe914 Mon Sep 17 00:00:00 2001 From: Valentas Date: Tue, 7 Dec 2021 22:23:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 243047ee..95aee891 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ How to get key follow https://developers.google.com/maps/documentation/javascrip ``` Add path to project javascript functions file in wwwroot/index.html in Client side or _Host.cshtml in Server Side. ``` - + ``` If you want to use marker clustering in a Server Side project then add the following script to _Host.cshtml. ```