We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6a5da commit 54f5a57Copy full SHA for 54f5a57
README.md
@@ -34,7 +34,7 @@ Ultra-fast Node.js Order Book written in TypeScript for high-frequency trading (
34
Install with npm:
35
36
```sh
37
-npm install order-book --save
+npm install order-book
38
```
39
40
Install with yarn:
@@ -43,6 +43,12 @@ Install with yarn:
43
yarn add order-book
44
45
46
+Install with pnpm:
47
+
48
+```sh
49
+pnpm add order-book
50
+```
51
52
## Usage
53
54
To start using order book you need to import `OrderBook` and create new instance:
0 commit comments