diff --git a/README.md b/README.md
index 3bfb2f9..6922a8c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
µWebSockets.js is the Google V8 bindings to [µWebSockets](https://github.com/uNetworking/uWebSockets), one of the most efficient web servers available for C++ programming[[2]](https://github.com/uNetworking/uWebSockets/tree/master/benchmarks). Bypassing the entire I/O stack of Node.js allows for unprecedented efficiency in back-end JavaScript - what you build stands on nothing but the best of C and C++. Scales to millions of active WebSockets using half a GB of user space memory[[3]](https://medium.com/@alexhultman/millions-of-active-websockets-with-node-js-7dc575746a01).
```
-npm install uNetworking/uWebSockets.js#v15.8.0
+npm install uNetworking/uWebSockets.js#v15.9.0
```
, or any such tag (see [releases](https://github.com/uNetworking/uWebSockets.js/releases)).