From 7d6b796a26f78e006e29a0cf900c35e75fef44a4 Mon Sep 17 00:00:00 2001 From: Patthanat Thanintantrakun <37561295+boompikachu@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:20:32 +0700 Subject: [PATCH] docs: update docs --- docs/pages/postgrest/getting-started.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.