diff --git a/Readme.md b/Readme.md
index 6b7c7e9..898af9c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,10 +1,15 @@
# [MQTT Explorer](https://thomasnordquist.github.io/MQTT-Explorer/)
+
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
[](https://ci.appveyor.com/project/thomasnordquist/mqtt-explorer/branch/master)
-### Version 0.2.3
+| | | |
+|:---:|:---:|:---:|
+| [](https://user-images.githubusercontent.com/7721625/53954364-52551f00-40d6-11e9-93cf-d5a9601897ea.png) | [](https://user-images.githubusercontent.com/7721625/53954365-52551f00-40d6-11e9-823f-afd66f19ed01.png) | [](https://user-images.githubusercontent.com/7721625/53954366-52551f00-40d6-11e9-9738-74db830d03ac.png) |
+
+## Version 0.2.3
A MQTT Tool to get a quick overview of your MQTT topics and integrate new devices/services more efficiently.
@@ -22,23 +27,20 @@ The hierarchical view allows for a quick understanding what is going on on your
## Download
+Developing this tool takes a lot of effort, sweat and time, please consider rating the App on the Windows or Mac app store .
+If you feel like a feature is missing or you found a bug, please leave me a [comment / issue](https://github.com/thomasnordquist/MQTT-Explorer/issues) and I'll see what I can do.
+
| Platform | | Downloads |
|:----------:|:-------------:|:------:|
-|  | Windows | [portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-0.2.3.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-Setup-0.2.3.exe) |
-|  | Ubuntu | [Ubuntu Store](snap://mqtt-explorer) |
-|  | Mac | [dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-0.2.3.dmg) |
-|  | Linux | [AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-0.2.3-x86_64.AppImage) *Run AppImage: Make it executable and double-click it.* |
+|  | **Windows** | **[portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-0.2.3.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-Setup-0.2.3.exe)** |
+|  | **Mac** | **[dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-0.2.3.dmg)** |
+|  | **Ubuntu** *also for debian, mint, neon, fedora, etc...* | `snap install mqtt-explorer` [Ubuntu Store](snap://mqtt-explorer) |
+|  | **Linux** *almost every linux* | **[AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-0.2.3-x86_64.AppImage)** *Run AppImage: Make it executable and double-click it.* |
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
-## Screenshots
-
-| | | |
-|:---:|:---:|:---:|
-| [](https://user-images.githubusercontent.com/7721625/53954364-52551f00-40d6-11e9-93cf-d5a9601897ea.png) | [](https://user-images.githubusercontent.com/7721625/53954365-52551f00-40d6-11e9-823f-afd66f19ed01.png) | [](https://user-images.githubusercontent.com/7721625/53954366-52551f00-40d6-11e9-9738-74db830d03ac.png) |
-
-
## Video
+

## Performance
@@ -78,7 +80,7 @@ This greatly helps to improve the software quality and reliability.
It basically sends: app version, processor architecture, operating system, used memory, user interactions and error stacks.
-
Example telemetry
+Example telemetry
```javascript
diff --git a/Readme.tpl.md b/Readme.tpl.md
index 589bab0..cbb863e 100644
--- a/Readme.tpl.md
+++ b/Readme.tpl.md
@@ -1,10 +1,15 @@
# [MQTT Explorer](https://thomasnordquist.github.io/MQTT-Explorer/)
+
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
[](https://ci.appveyor.com/project/thomasnordquist/mqtt-explorer/branch/master)
-### Version {{ version }}
+| | | |
+|:---:|:---:|:---:|
+| [](https://user-images.githubusercontent.com/7721625/53954364-52551f00-40d6-11e9-93cf-d5a9601897ea.png) | [](https://user-images.githubusercontent.com/7721625/53954365-52551f00-40d6-11e9-823f-afd66f19ed01.png) | [](https://user-images.githubusercontent.com/7721625/53954366-52551f00-40d6-11e9-9738-74db830d03ac.png) |
+
+## Version {{ version }}
A MQTT Tool to get a quick overview of your MQTT topics and integrate new devices/services more efficiently.
@@ -22,23 +27,20 @@ The hierarchical view allows for a quick understanding what is going on on your
## Download
+Developing this tool takes a lot of effort, sweat and time, please consider rating the App on the Windows or Mac app store .
+If you feel like a feature is missing or you found a bug, please leave me a [comment / issue](https://github.com/thomasnordquist/MQTT-Explorer/issues) and I'll see what I can do.
+
| Platform | | Downloads |
|:----------:|:-------------:|:------:|
-|  | Windows | {{windowsTargets}} |
-|  | Ubuntu | [Ubuntu Store](snap://mqtt-explorer) |
-|  | Mac | {{macTargets}} |
-|  | Linux | {{linuxTargets}} *Run AppImage: Make it executable and double-click it.* |
+|  | **Windows** | **{{windowsTargets}}** |
+|  | **Mac** | **{{macTargets}}** |
+|  | **Ubuntu** *also for debian, mint, neon, fedora, etc...* | `snap install mqtt-explorer` [Ubuntu Store](snap://mqtt-explorer) |
+|  | **Linux** *almost every linux* | **{{linuxTargets}}** *Run AppImage: Make it executable and double-click it.* |
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
-## Screenshots
-
-| | | |
-|:---:|:---:|:---:|
-| [](https://user-images.githubusercontent.com/7721625/53954364-52551f00-40d6-11e9-93cf-d5a9601897ea.png) | [](https://user-images.githubusercontent.com/7721625/53954365-52551f00-40d6-11e9-823f-afd66f19ed01.png) | [](https://user-images.githubusercontent.com/7721625/53954366-52551f00-40d6-11e9-9738-74db830d03ac.png) |
-
-
## Video
+

## Performance
@@ -78,7 +80,7 @@ This greatly helps to improve the software quality and reliability.
It basically sends: app version, processor architecture, operating system, used memory, user interactions and error stacks.
-