readme update

This commit is contained in:
mihaisc 2020-05-08 14:10:12 +03:00
parent c3d18af97d
commit 495013c021
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ export default function MyApp({
}): ReactNode {
return (
<Web3Provider>
{({ web3 }) => (
<OceanProvider config={config} web3={web3}>
<OceanProvider config={config}>
<h1>My App</h1>
{children}
</OceanProvider>