Skip to content

Commit 8810106

Browse files
committed
docs: update the version in the docs [skip ci]
1 parent 3dbd0f4 commit 8810106

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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].6
43+
npm install [email protected].10
4444
```
4545

4646
Requirements for using prebuilt binaries:
@@ -52,7 +52,7 @@ Requirements for using prebuilt binaries:
5252

5353
The following platforms have a **prebuilt binary** available:
5454

55-
* Linux on x86-64/armv7/armv8 with libstdc++.so.6.0.21+ (glibc++ 3.4.21+), for example:
55+
* Linux on x86-64 with libstdc++.so.6.0.21+ (glibc++ 3.4.21+), for example:
5656
* Debian 9+ (Stretch or later)
5757
* Ubuntu 16.04+ (Xenial or later)
5858
* CentOS 8+
@@ -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].6 --build-from-source
81+
npm install [email protected].10 --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].6 --zmq-shared
88+
npm install [email protected].10 --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].6 --zmq-draft
94+
npm install [email protected].10 --zmq-draft
9595
```
9696

9797
## Examples

0 commit comments

Comments
 (0)