Skip to content

Commit

Permalink
docs: add pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed Aug 8, 2024
1 parent 0d6a5da commit 54f5a57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 54f5a57

Please sign in to comment.