@nestjs-plugins/nestjs-nats-jetstream-transport
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@nestjs-plugins/nestjs-nats-jetstream-transport", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Nats JetStream Transport for NestJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -31,5 +31,5 @@ # Nats JetStream Transport Module for NestJS | ||
## Manage nats from command line | ||
## Manage nats server from command line | ||
Install cli tool | ||
Install cli tool on MacOS | ||
@@ -39,2 +39,3 @@ ```bash | ||
``` | ||
For other platforms see [alternative installation methods](https://github.com/nats-io/natscli/releases/). | ||
@@ -41,0 +42,0 @@ Add stream |
132954
367