Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnordquist committed Feb 18, 2019
1 parent f8cdf08 commit 6d75f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The app is available for Windows ([portable](https://github.com/t
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)

## Demo
![screencast](https://user-images.githubusercontent.com/7721625/51978075-5bc0eb00-2489-11e9-953a-0965b154557b.gif)
![screencast](https://user-images.githubusercontent.com/7721625/52979302-3f073b80-33d5-11e9-9953-b70ebb349439.gif)

## Performance
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
Expand Down
3 changes: 1 addition & 2 deletions Readme.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[![Downloads](https://img.shields.io/github/release/thomasnordquist/mqtt-explorer.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[![Downloads](https://img.shields.io/github/downloads/thomasnordquist/mqtt-explorer/total.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
[![Build_Status](https://travis-ci.org/thomasnordquist/MQTT-Explorer.svg)](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
![](https://img.shields.io/github/commits-since/thomasnordquist/mqtt-explorer/latest.svg?style=flat)

### Version {{ version }}

Expand Down Expand Up @@ -31,7 +30,7 @@ The app is available for Windows ({{windowsTargets}}), Linux ({{linuxTargets}})
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)

## Demo
![screencast](https://user-images.githubusercontent.com/7721625/51978075-5bc0eb00-2489-11e9-953a-0965b154557b.gif)
![screencast](https://user-images.githubusercontent.com/7721625/52979302-3f073b80-33d5-11e9-9953-b70ebb349439.gif)

## Performance
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MQTT-Explorer",
"version": "0.2.0-alpha",
"version": "0.2.0",
"description": "Explore your message queues",
"main": "dist/src/electron.js",
"scripts": {
Expand Down

0 comments on commit 6d75f29

Please sign in to comment.