Skip to content

Commit

Permalink
fix: update readme (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Sep 9, 2021
1 parent ba68b3f commit 70decce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

## Description

The library creates and manages per-zoom-level clusters for large amounts of markers.
The library provides Markers with labels for Google Maps Platform.

> **Note**: This library is the nearly the same interface as the existing library `@google/markerwithlabel`, but renamed and in its own repository. All future development will continue here.
> **Note**: There are some breaking changes from `@google/markerwithlabel` including anchor position. This should be consider a major version bump!
> **Note**: There are some breaking changes from `@google/markerwithlabel` including anchor position. This should be considered a major version bump!
## Install

Expand All @@ -31,7 +31,7 @@ Alternativly you may add the umd package directly to the html document using the

`<script src="https://unpkg.com/@googlemaps/markerwithlabel/dist/index.min.js"></script>`

When adding via unpkg, the loader can be accessed at `MarkerClusterer`.
When adding via unpkg, the marker with labels can be accessed at `MarkerWithLabel`.

A version can be specified by using `https://unpkg.com/@googlemaps/markerwithlabel@VERSION/dist/...`.

Expand Down

0 comments on commit 70decce

Please sign in to comment.