Skip to content

Commit

Permalink
readme.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Jan 11, 2024
1 parent 78bb431 commit 26ee2e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Using npm:
npm install @wpdas/naxios @near-wallet-selector/[email protected]
```

using yarn:
Using yarn:

```bash
yarn add @wpdas/naxios @near-wallet-selector/[email protected]
Expand Down Expand Up @@ -230,7 +230,7 @@ useEffect(() => {
}, [contract])
```

#### useContract API Reference
#### API

- `ready`: boolean indicating whether the contract API is ready.
- `view`: Make a read-only call to retrieve information from the network.
Expand All @@ -257,7 +257,7 @@ useEffect(() => {
}, [wallet])
```

#### useWallet API Reference
#### API

- `ready`: boolean indicating whether the wallet API is ready.
- `walletApi`: Wallet API. See its [API Reference here](#wallet-api-reference).
Expand Down

0 comments on commit 26ee2e9

Please sign in to comment.