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`