Skip to content

Commit 2ae95e6

Browse files
authored
Merge pull request #30 from theel0ja/patch-1
Fixed markdown
2 parents 7e807a2 + db0596b commit 2ae95e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ First step is to clone [repository][linkRepo] or download it as an archive.
2929
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.
3030
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).
3131

32-
##Classes Overview and HOW TO
32+
## Classes Overview and HOW TO
3333
Core classes you will work with are:
3434

3535
* [com.mapswithme.maps.api.MapsWithMeApi][linkApiClass] - static class with methods such as `showPointOnMap(Activity, double, double, String)` etc.
@@ -133,7 +133,9 @@ your application when user press "More Info" button :
133133
All versions since 2.4.0 and above support API calls.
134134

135135
#### What will happen if I call for `MapsWithMeApi.showPoint()` but MapsWithMe application is not installed?
136-
Nothing serious. API library will show simple dialog with gentle offer to download MapsWithMe. You can see how it looks like below. ![Please install us](site/images/dlg.png)
136+
Nothing serious. API library will show simple dialog with gentle offer to download MapsWithMe. You can see how it looks like below.
137+
138+
![Please install us](site/images/dlg.png)
137139

138140
## Sample Code and Application
139141

0 commit comments

Comments
 (0)