From db0596bdaa8e399eb1dbd97c116cd403806700e6 Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Sat, 28 Apr 2018 13:23:19 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db2bd95..4c94524 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,9 @@ your application when user press "More Info" button : All versions since 2.4.0 and above support API calls. #### What will happen if I call for `MapsWithMeApi.showPoint()` but MapsWithMe application is not installed? -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) +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) ## Sample Code and Application