Skip to content

Commit

Permalink
docs: remove snapshot preference from installation instruction (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Jul 18, 2024
1 parent d03ca78 commit 73ed6f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ First add Reactive DOT, along with required packages as dependencies to your Rea
<Tabs>
<TabItem value="npm" label="npm" default>
```sh
npm add @reactive-dot/react@snapshot polkadot-api
npm add @reactive-dot/react polkadot-api
```
</TabItem>
<TabItem value="yarn" label="yarn">
```sh
yarn add @reactive-dot/react@snapshot polkadot-api
yarn add @reactive-dot/react polkadot-api
```
</TabItem>
<TabItem value="pnpm" label="pnpm">
```sh
pnpm add @reactive-dot/react@snapshot polkadot-api
pnpm add @reactive-dot/react polkadot-api
```
</TabItem>
</Tabs>
Expand Down

0 comments on commit 73ed6f6

Please sign in to comment.