Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Update README.md for OceanProvider #95

Closed
akshay-ap opened this issue Aug 30, 2020 · 0 comments · Fixed by #107
Closed

Update README.md for OceanProvider #95

akshay-ap opened this issue Aug 30, 2020 · 0 comments · Fixed by #107

Comments

@akshay-ap
Copy link
Collaborator

Setup guide

import { OceanProvider, Config } from '@oceanprotocol/react seems to be incorrect.

unknown

Correct import:
import { Config } from '@oceanprotocol/lib';

Also, Provider setup
Correct provider prop:

<OceanProvider initialConfig={config}>                               
...                            
</OceanProvider>```
kremalicious added a commit that referenced this issue Sep 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant