From 54f5a5762f120819eb647074500fdc161194e5fd Mon Sep 17 00:00:00 2001 From: fasenderos Date: Thu, 8 Aug 2024 23:16:03 +0200 Subject: [PATCH] docs: add pnpm installation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b56da84..fafd7ac 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Ultra-fast Node.js Order Book written in TypeScript for high-frequency trading ( Install with npm: ```sh -npm install order-book --save +npm install order-book ``` Install with yarn: @@ -43,6 +43,12 @@ Install with yarn: yarn add order-book ``` +Install with pnpm: + +```sh +pnpm add order-book +``` + ## Usage To start using order book you need to import `OrderBook` and create new instance: