Skip to content

Commit

Permalink
docs(README): fix global name in the cdn instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Oct 12, 2021
1 parent fdca79f commit 21dd4fa
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 @@ -32,7 +32,7 @@ Alternativly you may add the umd package directly to the html document using the
<script src="https://unpkg.com/@googlemaps/markerclusterer/dist/index.min.js"></script>
```

When adding via unpkg, the `MarkerClusterer` can be accessed at `markerclusterer.MarkerClusterer`.
When adding via unpkg, the `MarkerClusterer` can be accessed at `markerClusterer.MarkerClusterer`.

#### TypeScript

Expand Down

0 comments on commit 21dd4fa

Please sign in to comment.