diff --git a/docs/pages/postgrest/getting-started.mdx b/docs/pages/postgrest/getting-started.mdx index 9d331755..3400d72b 100644 --- a/docs/pages/postgrest/getting-started.mdx +++ b/docs/pages/postgrest/getting-started.mdx @@ -7,9 +7,10 @@ import { LinkedTabs } from '@/components/linked-tabs'; Inside your React project directory, run the following: -```bash -pnpm add @supabase-cache-helpers/postgrest-swr -``` + + `pnpm add @supabase-cache-helpers/postgrest-swr` + `pnpm add @supabase-cache-helpers/postgrest-react-query` + If your package manager does not install peer dependencies automatically, you will need to install them, too.