Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okhanokbay committed Mar 10, 2018
1 parent a7bc0e2 commit f36398d
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 @@ -127,7 +127,7 @@ class YourViewController: UIViewController {
let viewModel = YourAnnotationViewModel(title: "Cafe", image: UIImage(named: "cafe.png")!)

let annotation = AnnotationPlus(viewModel: viewModel,
coordinate: CLLocationCoordinate2DMake(50.11, 8.68))
coordinate: CLLocationCoordinate2DMake(50.11, 8.68))

var annotations: [AnnotationPlus] = []
annotations.append(annotation)
Expand Down

0 comments on commit f36398d

Please sign in to comment.