From a7db764e964b74ded38626b54289a1a8b780bef4 Mon Sep 17 00:00:00 2001 From: James Arthur Date: Wed, 6 Nov 2024 11:00:56 +0100 Subject: [PATCH] docs: fix react import path. --- packages/react-hooks/README.md | 2 +- website/docs/integrations/react.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-hooks/README.md b/packages/react-hooks/README.md index 56a3fe941f..95b4b7dd40 100644 --- a/packages/react-hooks/README.md +++ b/packages/react-hooks/README.md @@ -10,7 +10,7 @@ This packages exposes a `useShape` hook for pulling shape data into your React c ## Install -`npm i @electricsql/react` +`npm i @electric-sql/react` ## How to use diff --git a/website/docs/integrations/react.md b/website/docs/integrations/react.md index 379ca27961..3acda6ecf8 100644 --- a/website/docs/integrations/react.md +++ b/website/docs/integrations/react.md @@ -21,7 +21,7 @@ Electric has first-class support for React. We maintain a [react-hooks](https:// The package is published on NPM as [`@electric-sql/react`](https://www.npmjs.com/package/@electric-sql/react). Install using e.g.: ```shell -npm i @electricsql/react +npm i @electric-sql/react ``` ### `useShape`