Skip to content

Commit 93c0057

Browse files
committed
n/a upgraded dependencies
1 parent 3181c66 commit 93c0057

File tree

3 files changed

+1801
-1263
lines changed

3 files changed

+1801
-1263
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Pub Sub system that uses `AMQP` messaging to exchange data between services.
66

77
## To Use
88

9-
You project needs to be using at least Node version 10, and ideally Node 14 (LTS) or later.
9+
You project needs to be using at least Node version 10, and ideally Node 18 (LTS) or later.
1010

1111
```sh
1212
npm install amqp-simple-pub-sub
@@ -113,7 +113,7 @@ See some examples in the tests, and also:
113113

114114
### Prerequisites
115115

116-
- [NodeJS](htps://nodejs.org), 10.0+ (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
116+
- [NodeJS](https://nodejs.org), 10.0+ (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
117117
- [Docker](https://www.docker.com) (Use [Docker for Mac](https://docs.docker.com/docker-for-mac/), not the homebrew version)
118118

119119
### Initialisation
@@ -122,7 +122,7 @@ See some examples in the tests, and also:
122122
npm install
123123
```
124124

125-
### To Start the queue server for integration testing.
125+
### To Start the queue server for integration testing
126126

127127
```sh
128128
docker-compose up -d

0 commit comments

Comments
 (0)