diff --git a/Readme.md b/Readme.md index f557af1..bb0481d 100644 --- a/Readme.md +++ b/Readme.md @@ -74,8 +74,8 @@ 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 { system: { arch: 'x64', platform: 'darwin' }, @@ -92,7 +92,6 @@ It basically sends: app version, processor architecture, operating system, used transactionId: '53bf9aac-e695-40cc-9a81-b1cf3398843d' } ``` -

Even thoug the data is purely technical, an option to disable telemetry is planned. [#52](https://github.com/thomasnordquist/MQTT-Explorer/issues/52) diff --git a/Readme.tpl.md b/Readme.tpl.md index 716b0f3..73a2abb 100644 --- a/Readme.tpl.md +++ b/Readme.tpl.md @@ -4,8 +4,6 @@ [![Build_Status](https://travis-ci.org/thomasnordquist/MQTT-Explorer.svg?branch=master)](https://travis-ci.org/thomasnordquist/MQTT-Explorer) [![Build status](https://ci.appveyor.com/api/projects/status/c35tkm29rm4m5364/branch/master?svg=true)](https://ci.appveyor.com/project/thomasnordquist/mqtt-explorer/branch/master) - - ### Version {{ version }} A MQTT Tool to get a quick overview of your MQTT topics and integrate new devices/services more efficiently. @@ -76,8 +74,8 @@ 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 { system: { arch: 'x64', platform: 'darwin' }, @@ -94,7 +92,6 @@ It basically sends: app version, processor architecture, operating system, used transactionId: '53bf9aac-e695-40cc-9a81-b1cf3398843d' } ``` -

Even thoug the data is purely technical, an option to disable telemetry is planned. [#52](https://github.com/thomasnordquist/MQTT-Explorer/issues/52)