Skip to content

Commit c17dfc0

Browse files
authored
Update README.md for badge link and default values
1 parent 5975af8 commit c17dfc0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
22
<img width="1479" height="612" alt="RunMQ-logo (4)" src="https://github.com/user-attachments/assets/50dc9187-26f9-4073-979b-31601c652e1f" />
3-
<a href="[https://badge.fury.io/js/runmq.svg](https://www.npmjs.com/package/runmq)">
4-
<img src="https://badge.fury.io/js/runmq.svg"/>
5-
</a>
3+
<a href="https://www.npmjs.com/package/runmq">
4+
<img src="https://badge.fury.io/js/runmq.svg?icon=si%3Anpm" alt="npm version" height="18">
5+
</a>
66
<a href="https://github.com/semantic-release/semantic-release">
77
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg"/>
88
</a>
@@ -258,9 +258,9 @@ const runMQ = await RunMQ.start(config, new CustomLogger());
258258

259259
| Property | Type | Default | Description |
260260
|----------|------|---------|-------------|
261-
| `url` | `string` | `"http://localhost:15672/"` | The URL of the RabbitMQ management API. |
262-
| `username` | `string` | `"guest"` | Username for management API authentication. |
263-
| `password` | `string` | `"guest"` | Password for management API authentication. |
261+
| `url` | `string` | - | The URL of the RabbitMQ management API. |
262+
| `username` | `string` | - | Username for management API authentication. |
263+
| `password` | `string` | - | Password for management API authentication. |
264264

265265
---
266266

0 commit comments

Comments
 (0)