Skip to content

Commit

Permalink
Merge pull request #389 from emorell96/patch-1
Browse files Browse the repository at this point in the history
Updates README.md with a small fix to a typo in the namespace
  • Loading branch information
valentasm1 authored Dec 6, 2024
2 parents d203119 + d1a1dff commit cb928c8
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 @@ -12,7 +12,7 @@ services.AddBlazorGoogleMaps("YOUR_KEY_GOES_HERE");
```
OR specify google api libraries and/or version:
```
services.AddBlazorGoogleMaps(new GoogleMapsComponents.Map.MapApiLoadOptions("YOUR_KEY_GOES_HERE")
services.AddBlazorGoogleMaps(new GoogleMapsComponents.Maps.MapApiLoadOptions("YOUR_KEY_GOES_HERE")
{
Version = "beta",
Libraries = "places,visualization,drawing,marker",
Expand Down

0 comments on commit cb928c8

Please sign in to comment.