Skip to content

Commit e299e2a

Browse files
committed
docs: update the version in the readme [skip ci]
1 parent be8f3cc commit e299e2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Install **ZeroMQ.js** with prebuilt binaries:
4141

4242
```sh
43-
npm install [email protected].10
43+
npm install [email protected].15
4444
```
4545

4646
Requirements for using prebuilt binaries:
@@ -78,20 +78,20 @@ Make sure you have the following installed before attempting to build from sourc
7878
To install from source:
7979

8080
```sh
81-
npm install [email protected].10 --build-from-source
81+
npm install [email protected].15 --build-from-source
8282
```
8383

8484
If you want to link against a shared ZeroMQ library, you can build skip downloading `libzmq` and link with the
8585
installed library instead as follows:
8686

8787
```sh
88-
npm install [email protected].10 --zmq-shared
88+
npm install [email protected].15 --zmq-shared
8989
```
9090

9191
If you wish to use any DRAFT sockets then it is also necessary to compile the library from source:
9292

9393
```sh
94-
npm install [email protected].10 --zmq-draft
94+
npm install [email protected].15 --zmq-draft
9595
```
9696

9797
## Examples

0 commit comments

Comments
 (0)