Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ If you need a programmatic API to debug further, install via NPM instead:
npm install react-scan
```

Then, in your app, import this **BEFORE** `react`. This must run in a client context (e.g. not in a server component):
Then, in your app, import this **BEFORE** `react`. This must run in a client context (i.e. not in a server component):

```js
import { scan } from 'react-scan'; // import this BEFORE react
Expand Down