Skip to content

Commit 4bde5c3

Browse files
authored
Update README.md (#25)
Less aggressive :)
1 parent 3c49fe5 commit 4bde5c3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# [WIP] RabbitMQ AMQP 1.0 JavaScript Client
1+
# RabbitMQ AMQP 1.0 JavaScript Client
22

3-
# NOT READY FOR PRODUCTION - The client is HEAVILY work in progress.
3+
This library is meant to be used with RabbitMQ 4.0. </br>
4+
Suitable for testing in pre-production environments. The public API(s) could change.
45

56
[![Build Status](https://github.com/coders51/rabbitmq-amqp-js-client/actions/workflows/main.yml/badge.svg)](https://github.com/coders51/rabbitmq-amqp-js-client/actions)
67

7-
This library is meant to be used with RabbitMQ 4.0.
8-
98
# Table of Contents
109

1110
- [Installing via NPM](#installing-via-npm)
@@ -26,7 +25,9 @@ The client is distributed via **npm**:
2625

2726
## Getting started
2827

29-
**NOTE:** this is just a first example and will be replaced with the reference to the _examples folder_
28+
**NOTE:** This is just a first example and will be replaced with a reference to the _examples folder_
29+
30+
The following example demonstrates how to create an environment, open a connection, and use the management to create and delete queues, exchanges, and bindings.
3031

3132
```typescript
3233
const environment = createEnvironment({
@@ -60,8 +61,6 @@ await connection.close()
6061
await environment.close()
6162
```
6263

63-
In this example we demonstrate how to create an environment, open a connection and use the management to create
64-
or delete queues, exchanges and bindings.
6564

6665
## Resources
6766

0 commit comments

Comments
 (0)