Skip to content

Commit fc7644b

Browse files
authored
docs: add @reactive-dot/core to setup script (#788)
1 parent 1b353dd commit fc7644b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/react/getting-started/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This walks you through the process of creating a simple ReactiveDOT application.
1919
First add ReactiveDOT, along with required packages as dependencies to your React project.
2020

2121
```bash npm2yarn
22-
npm install @reactive-dot/react polkadot-api
22+
npm install @reactive-dot/core @reactive-dot/react polkadot-api
2323
```
2424

2525
## Download & sync metadata

apps/docs/vue/getting-started/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This walks you through the process of creating a simple ReactiveDOT application.
1919
First add ReactiveDOT, along with required packages as dependencies to your Vue project.
2020

2121
```bash npm2yarn
22-
npm install @reactive-dot/vue polkadot-api
22+
npm install @reactive-dot/core @reactive-dot/vue polkadot-api
2323
```
2424

2525
## Download & sync metadata

0 commit comments

Comments
 (0)