From 13796b72c778564227335e87c2619eb2ecd13830 Mon Sep 17 00:00:00 2001 From: Maxim Makarov Date: Mon, 21 Dec 2020 20:28:53 +0300 Subject: [PATCH] fix yarn add (#419) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6063702..50d2c1ae 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Runs the trading APIs of [Bitfinex.com](https://bitfinex.com), handling volumes ### :package: Easily installed -Install with `yarn add uNetworking/uWebSockets.js#v18.11.0` or any such [release](https://github.com/uNetworking/uWebSockets.js/releases). No compiler needed. +Install with `yarn add uWebSockets.js@uNetworking/uWebSockets.js#v18.12.0` or any such [release](https://github.com/uNetworking/uWebSockets.js/releases). No compiler needed. * Runs on Linux, macOS and Windows (ARM64, x64). Node.js 10, 11, 12, 13, 14 & 15. * Installs from this GitHub repository, not the NPM registry; [hit "fork" to get your own copy](https://medium.com/@alexhultman/beware-of-tin-foil-hattery-f738b620468c).