Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
efremidze authored Jan 30, 2019
1 parent c9470a2 commit 03660e5
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 @@ -86,7 +86,7 @@ let clusterManager = ClusterManager()

## Adding an Annotation

Create an object that conforms to the `MKAnnotation` protocol, or extend an existing one. Then add the annotation object to an instance of `ClusterManager` with `add(annotation:)`.
Create an object that conforms to the `MKAnnotation` protocol, or extend an existing one. Next, add the annotation object to an instance of `ClusterManager` with `add(annotation:)`.

```swift
let annotation = Annotation(coordinate: CLLocationCoordinate2D(latitude: 21.283921, longitude: -157.831661))
Expand Down

0 comments on commit 03660e5

Please sign in to comment.