Skip to content

Commit 45208cc

Browse files
authored
Update README.md
1 parent 1c0311a commit 45208cc

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@
55
[![Node.js CI](https://github.com/amqp-node/amqplib/workflows/Node.js%20CI/badge.svg)](https://github.com/amqp-node/amqplib/actions?query=workflow%3A%22Node.js+CI%22)
66
[![amqplib](https://snyk.io/advisor/npm-package/amqplib/badge.svg)](https://snyk.io/advisor/npm-package/amqplib)
77

8+
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+. This library does not implement [AMQP1.0](https://github.com/amqp-node/amqplib/issues/63) or [AMQP0-10](https://github.com/amqp-node/amqplib/issues/94).
9+
810
npm install amqplib
911

12+
## ❤️ Help Support Jack
13+
One of my close friends, Jack, was recently diagnosed with terminal brain cancer (grade 4 astrocytoma). He’s a young father facing an unimaginably tough road with remarkable courage. Thanks to chemotherapy, radiotherapy, and your support, two of his tumours have stopped showing activity. Donations help Jack continue accessing promising complementary therapies, attend hospital appointments, and spend meaningful time with his children.
14+
15+
If you’ve benefited from amqplib, please consider supporting Jack’s journey through his [J Crushing Cancer](https://www.gofundme.com/f/j-crushing-cancer) gofundme page.
16+
<br/>Thank you - @cressie176
17+
18+
## Links
1019
* [Change log][changelog]
1120
* [GitHub pages][gh-pages]
1221
* [API reference][gh-pages-apiref]
1322
* [Troubleshooting][gh-pages-trouble]
1423
* [Examples from RabbitMQ tutorials][tutes]
1524

16-
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+.
17-
18-
This library does not implement [AMQP
19-
1.0](https://github.com/amqp-node/amqplib/issues/63) or [AMQP
20-
0-10](https://github.com/amqp-node/amqplib/issues/94).
21-
22-
Project status:
25+
## Project status
2326

2427
- Expected to work
2528
- Complete high-level and low-level APIs (i.e., all bits of the protocol)

0 commit comments

Comments
 (0)