From 105998880afca374a36468e6fa1df59e35eee186 Mon Sep 17 00:00:00 2001 From: Gleb Skibitsky Date: Thu, 21 Dec 2023 16:31:47 +0900 Subject: [PATCH] Update README.md --- .../com.walletconnect.modal/Samples~/Modal Sample/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/com.walletconnect.modal/Samples~/Modal Sample/README.md b/Packages/com.walletconnect.modal/Samples~/Modal Sample/README.md index 2ce9c177..fda37031 100644 --- a/Packages/com.walletconnect.modal/Samples~/Modal Sample/README.md +++ b/Packages/com.walletconnect.modal/Samples~/Modal Sample/README.md @@ -19,7 +19,7 @@ 0. Instal WalletConnectUnity Modal package. If installing as Git URL, also install UI and Core packages. 1. Import the sample from the Modal package. -2. Add Name (can be anything) and your Project ID to - the `Assets/WalletConnectUnity/Resources/WalletConnectProjectConfig` asset. - - If you don't have Project ID, you can create one in [WalletConnect Cloud](https://cloud.walletconnect.com). +2. Fill in the Project ID and Metadata fields in the `Assets/WalletConnectUnity/Resources/WalletConnectProjectConfig` asset. + - If you don’t have a Project ID, you can create one at [WalletConnect Cloud](https://cloud.walletconnect.com). + - The `Redirect` fields are optional. They are used to redirect the user back to your app after they approve or reject the session. 3. Run `Modal Sample/Scenes/WalletConnectModal Sample.unity` scene.