Skip to content

Commit

Permalink
Merge pull request #543 from boompikachu/fix/postgres-getting-start-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe authored Dec 9, 2024
2 parents 21b8f4c + 7d6b796 commit 6d84a63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/pages/postgrest/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
<LinkedTabs items={['SWR', 'React Query']} id="data-fetcher">
<Tabs.Tab>`pnpm add @supabase-cache-helpers/postgrest-swr`</Tabs.Tab>
<Tabs.Tab>`pnpm add @supabase-cache-helpers/postgrest-react-query`</Tabs.Tab>
</LinkedTabs>

If your package manager does not install peer dependencies automatically, you will need to install them, too.

Expand Down

0 comments on commit 6d84a63

Please sign in to comment.