Skip to content

Commit

Permalink
Merge branch 'docs/readme-and-requirements-improvements' of github.co…
Browse files Browse the repository at this point in the history
…m:fingerprintjs/fingerprintjs-pro-server-api-node-sdk into docs/readme-and-requirements-improvements
  • Loading branch information
JuroUhlar committed Sep 21, 2023
2 parents 6734868 + 3cea24e commit 249bf0f
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 249bf0f

Please sign in to comment.