Skip to content

Commit

Permalink
docs(README): add requirements section
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Sep 28, 2023
1 parent 82414e0 commit fddd22f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -37,6 +37,7 @@ Fingerprint Pro React SDK is an easy way to integrate **[Fingerprint Pro](https:
## Table of contents

- [Installation](#installation)
- [Requirements](#requirements)
- [Getting started](#getting-started)
- [Caching strategy](#caching-strategy)
- [Error handling](#error-handling)
Expand All @@ -58,6 +59,20 @@ Using [yarn](https://yarnpkg.com):
yarn add @fingerprintjs/fingerprintjs-pro-react
```

Using [pnpm](https://pnpm.js.org):

```sh
pnpm add @fingerprintjs/fingerprintjs-pro-react
```

## Requirements

- React 18 or higher
- For Preact users: Preact 10.3 or higher
- For Next.js users: Next.js 13.1 or higher
- For Typescript users: Typescript 4.8 or higher


## Getting started

In order to identify visitors, you'll need a Fingerprint Pro account (you can [sign up for free](https://dashboard.fingerprint.com/signup/)).
Expand Down

0 comments on commit fddd22f

Please sign in to comment.