Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valentasm1 authored Dec 7, 2021
1 parent 5289772 commit e516470
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 @@ -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.
```
<script src="_content/BlazorGoogleMaps/objectManager.js"></script>
<script src="_content/BlazorGoogleMaps/js/objectManager.js"></script>
```
If you want to use marker clustering in a Server Side project then add the following script to _Host.cshtml.
```
Expand Down

0 comments on commit e516470

Please sign in to comment.