Skip to content

Commit

Permalink
docs(README): add pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar authored Sep 20, 2023
1 parent 3eeb197 commit 3cea24e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,19 @@ Supported runtimes:

Install the package using your favorite package manager:

```sh
npm i @fingerprintjs/fingerprintjs-pro-server-api
```

or
* NPM:

```sh
yarn add @fingerprintjs/fingerprintjs-pro-server-api
```
```sh
npm i @fingerprintjs/fingerprintjs-pro-server-api
```
* Yarn:
```sh
yarn add @fingerprintjs/fingerprintjs-pro-server-api
```
* pnpm:
```sh
pnpm i @fingerprintjs/fingerprintjs-pro-server-api
```

## Getting started

Expand Down

0 comments on commit 3cea24e

Please sign in to comment.