Skip to content

Commit 6b4e9c8

Browse files
authored
Update README.md
Signed-off-by: Firekeeper <[email protected]>
1 parent 2c59e79 commit 6b4e9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See full documentation on the [thirdweb portal](https://portal.thirdweb.com/unit
99

1010
# Technical Demo
1111

12-
Try out our multichain game that leverages Embedded and Smart Wallets to create seamless experiences, built in 3 weeks - [Web3 Warriors](https://web3warriors.thirdweb.com/).
12+
Try out our multichain game that leverages In-App and Smart Wallets to create seamless experiences, built in 3 weeks - [Web3 Warriors](https://web3warriors.thirdweb.com/).
1313

1414
![image](https://github.com/thirdweb-dev/unity-sdk/assets/43042585/171198b2-83e7-4c8a-951b-79126dd47abb)
1515

@@ -57,7 +57,7 @@ In order to access the SDK, you only need to have a [ThirdwebManager](https://po
5757
```csharp
5858
// Configure the connection
5959
var connection = new WalletConnection(
60-
provider: WalletProvider.EmbeddedWallet, // The wallet provider you want to connect to (Required)
60+
provider: WalletProvider.InAppWallet, // The wallet provider you want to connect to (Required)
6161
chainId: 5, // The chain you want to connect to (Required)
6262
email: "[email protected]" // The email you want to authenticate with (Required for this provider)
6363
);

0 commit comments

Comments
 (0)