From 59a24c4000f424c78fda9e604ecae16ba9e3428b Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Sat, 28 Apr 2018 13:17:34 +0300 Subject: [PATCH] Fixed markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8463169..db2bd95 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ First step is to clone [repository][linkRepo] or download it as an archive. When your are done you find two folders: *lib* and *sample-app-capitals*. First one is a library project that you should add to your project. You don't need any additional permissions in your AndroidManifest.xml to use API library, so you can write real code straight away, calling for different `MapsWithMeApi` methods (more details below). -##Classes Overview and HOW TO +## Classes Overview and HOW TO Core classes you will work with are: * [com.mapswithme.maps.api.MapsWithMeApi][linkApiClass] - static class with methods such as `showPointOnMap(Activity, double, double, String)` etc.