Skip to content

Commit e963307

Browse files
committed
Update readme with missing dependencies
1 parent 08a5819 commit e963307

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/core/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SubstraHooks Core
22

3-
SubstraHooks is a collection of useful react hooks that work with polkadot.js on substrate blockchains
3+
SubstraHooks is a collection of useful react hooks that work with polkadot.js on [Substrate](https://substrate.io/) blockchains
44

55
inspired by [useDApp](https://github.com/EthWorks/useDApp)
66

@@ -9,7 +9,7 @@ inspired by [useDApp](https://github.com/EthWorks/useDApp)
99
Add it to your project:
1010

1111
```console
12-
yarn add @substra-hooks/core
12+
yarn add @substra-hooks/core @polkadot/api @polkadot/extension-dapp
1313
```
1414

1515
Use it in your React app:
@@ -197,5 +197,3 @@ useEffect(() => {
197197
console.log(accounts);
198198

199199
```
200-
201-

0 commit comments

Comments
 (0)