From 3df4cc51589590a463cc2e250b07581874bd62d5 Mon Sep 17 00:00:00 2001
From: FalsinSoft <falsinsoft@gmail.com>
Date: Sun, 3 Feb 2019 23:18:26 +0100
Subject: [PATCH] Updated README.md

---
 Documentation/index.html |  2 +-
 README.md                | 39 ++++++++++-----------------------------
 2 files changed, 11 insertions(+), 30 deletions(-)

diff --git a/Documentation/index.html b/Documentation/index.html
index d42b8e1..9df1f4c 100644
--- a/Documentation/index.html
+++ b/Documentation/index.html
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
-    <title>VDoc - Responsive Documentation HTML Template</title>
+    <title>QtAndroidTools library documentation</title>
     <meta name="description" content="Free responsive HTML template for your documentation">
     <meta name="author" content="valthemes.com">
     <meta name="format-detection" content="telephone=no">
diff --git a/README.md b/README.md
index ea0229f..fa13736 100644
--- a/README.md
+++ b/README.md
@@ -1,46 +1,27 @@
 # QtAndroidTools
 QtAndroidTools is a library that allows to simplify access to some native Android features from QML.
 
+**Library documentation [here](https://falsinsoft.github.io/QtAndroidTools/Documentation/)**
+
 # The tools
 
 **ApkExpansionFiles**  
 Help in manage the apk expansion files download  
-[Documentation](https://falsinsoft.blogspot.com/2019/01/qtandroidtools-apkexpansionfiles.html)
 
 **AppPermissions**  
 Allow to request Android app permissions in an easier way  
-[Documentation](https://falsinsoft.blogspot.com/2019/01/qtandroidtools-apppermissions.html)
-
-**ApkInfo**  
-Return info about the apk containing the executed app  
-[Documentation](https://falsinsoft.blogspot.com/2019/01/qtandroidtools-apkinfo.html)
-
-**BatteryState**  
-Allow monitoring the battery level and state  
-[Documentation](https://falsinsoft.blogspot.com/2019/01/qtandroidtools-batterystate.html)
-
-**SignalStrength**  
-Allow monitoring the strength of the phone signal  
-[Documentation](https://falsinsoft.blogspot.com/2019/01/qtandroidtools-signalstrength.html)
 
 **AdMobBanner**  
 Allow to show AdMob banner inside QML app  
-[Documentation](https://falsinsoft.blogspot.com/2019/01/qtandroidtools-admobbanner.html)
 
-# How To Integrate
-- Place QtAndroidTools lib to your project dir and include it in .pro file
-```
-include(QtAndroidTools/QtAndroidTools.pri)
-```
+**AdMobInterstitial**  
+Allow to show AdMob interstitial inside QML app  
 
-- Assign in you .pro file varialble ANDROID_PACKAGE_SOURCE_DIR before include QtAndroidTools/QtAndroidTools.pri, for ex.
-```
-ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
-```
+**ApkInfo**  
+Return info about the apk containing the executed app  
 
-- In the main() body insert the call for initialize the library
-```
-QtAndroidTools::InitializeQmlTools();
-```
+**BatteryState**  
+Allow monitoring the battery level and state  
 
-**IMPORTANT NOTE:** The library .pri check if java sources are already present into android/src folder, if no copy the library files. In case you are updating the library remember to remove these java files to be sure having always the new java versions code.
+**SignalStrength**  
+Allow monitoring the strength of the phone signal