From 68a4a6b53fe86785f3531001dea390355f6806c2 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Tue, 15 Jan 2019 15:08:48 +0100 Subject: [PATCH] Link to npm install docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71bd3eb..80478ee 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ ### NPM install -While not physically hosted by NPM, it's still possible to install using NPM tools like so (or any such version): +While not physically hosted by NPM, it's still possible to install using NPM tools like so ([npm docs](https://docs.npmjs.com/cli/install)): ``` -npm install uNetworking/uWebSockets.js#semver:0.0.1 +npm install uNetworking/uWebSockets.js#binaries ``` ### Presenting; faster I/O for Node.js