From ebb93a0380d0bc7dc174f53d5e50a240f2e154f9 Mon Sep 17 00:00:00 2001 From: Dima Semyushkin Date: Tue, 17 Dec 2024 21:42:07 +0100 Subject: [PATCH] =?UTF-8?q?e.g.=20=E2=86=92=20i.e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like server components are not an example here --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4790981..12325373 100644 --- a/README.md +++ b/README.md @@ -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