Skip to content

Commit 8c3e55d

Browse files
authored
New good looking readme
1 parent c3dc8db commit 8c3e55d

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# async-mqtt
2-
3-
Promise wrapper over MQTT.js
1+
<h1 align="center">async-mqtt</h1>
2+
<p align="center">Promise wrapper over MQTT.js</p>
3+
<p align="center">
4+
<a href="https://github.com/mqttjs/async-mqtt">
5+
<img alt="" src="https://david-dm.org/mqttjs/async-mqtt.svg?style=flat-square">
6+
</a>
7+
<a href="https://www.npmjs.com/package/async-mqtt">
8+
<img alt="" src="https://img.shields.io/npm/dt/async-mqtt.svg?style=flat-square">
9+
</a>
10+
<a href="https://www.npmjs.com/package/async-mqtt">
11+
<img alt="" src="https://img.shields.io/npm/v/async-mqtt.svg?style=flat-square">
12+
</a>
13+
<br>
14+
<a href="https://github.com/mqttjs/async-mqtt">
15+
<img alt="" src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square">
16+
</a>
17+
</p>
418

519
**IMPORTANT: Make sure you handle rejections from returned promises because they won't crash the process**
620

0 commit comments

Comments
 (0)