Skip to content

Commit 54f5a57

Browse files
committed
docs: add pnpm installation
1 parent 0d6a5da commit 54f5a57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ultra-fast Node.js Order Book written in TypeScript for high-frequency trading (
3434
Install with npm:
3535

3636
```sh
37-
npm install order-book --save
37+
npm install order-book
3838
```
3939

4040
Install with yarn:
@@ -43,6 +43,12 @@ Install with yarn:
4343
yarn add order-book
4444
```
4545

46+
Install with pnpm:
47+
48+
```sh
49+
pnpm add order-book
50+
```
51+
4652
## Usage
4753

4854
To start using order book you need to import `OrderBook` and create new instance:

0 commit comments

Comments
 (0)