diff --git a/README.md b/README.md index 367266b..1b53f90 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,11 @@ const NextJSDappTemplate = ({ Component, pageProps }: AppProps) => { // If you want to use xPortal signing, // you would need to configure your Wallet Connect project id here: https://cloud.walletconnect.com walletConnectV2ProjectId: '' + // Check for all configuration options in the docs }); return ( - - - + ); }; ```