Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarktozer authored May 24, 2021
1 parent 5a65cf5 commit 791c413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const App: FC = ({ children }) => {

return (
<GunProvider peerUrls={peers}>
<div className="my-app">{children}</div>
<div className="my-app"><MyComponent /></div>
</GunProvider>
);
};
Expand Down

0 comments on commit 791c413

Please sign in to comment.