From c28675d2494346fd3781505feccf9d1d31cd42ba Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 19 Oct 2018 21:06:29 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 296d16d..8daebca 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ _**Warning:** The MapboxARKit API is **experimental** and will change. It is pub import MapboxARKit ``` -##### Declare an an annotation manager instance in your view controller +##### Declare an annotation manager instance in your view controller ```Swift ...