From f3ce2264c65b5ae0f32f32ce8a4d7a5547a349a6 Mon Sep 17 00:00:00 2001 From: armanarutiunov Date: Tue, 11 May 2021 19:02:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20outdated=20code=20snippet?= =?UTF-8?q?=20in=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fd6a8..1e11934 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ class ViewController: UIViewController { } // And finally add it to your MKMapView - mapView.add(tileOverlay) + mapView.addOverlay(tileOverlay) } }