From 97e8e5a239e29cc3b2ac1d65927f4fd181fd7c65 Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Wed, 31 Jul 2024 15:18:45 -0500 Subject: [PATCH] chore: reference to new nats.js --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c2161d..e43ea2b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # NATS.js - A [NATS](http://nats.io) client for [Node.Js](https://nodejs.org/en/) - > [!IMPORTANT] > -> This repository was renamed from nats.js to nats.node. -> A new [nats.js](https://github.com/nats-io/nats.js) repository houses all nats clients for JavaScript -> Please visit the above link for more information. +> This repository was renamed from nats.js to nats.node. A new +> [nats.js](https://github.com/nats-io/nats.js) repository houses all nats +> clients for JavaScript Please visit the above link for more information. A Node.js client for the [NATS messaging system](https://nats.io). @@ -765,7 +764,7 @@ more performant or appropriate. The following is the list of connection options and default values. | Option | Default | Description | -|-------------------------|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ----------------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `authenticator` | none | Specifies the authenticator function that sets the client credentials. | | `debug` | `false` | If `true`, the client prints protocol interactions to the console. Useful for debugging. | | `ignoreClusterUpdates` | `false` | If `true` the client will ignore any cluster updates provided by the server. |