Skip to content

Commit dc4d0c9

Browse files
authored
Fix: minor typos (#24)
1 parent 169893b commit dc4d0c9

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
@@ -49,7 +49,7 @@ var walletAddress = await sdk.wallet.Connect();
4949
CurrencyValue balance = await sdk.wallet.GetBalance();
5050
var signature = await sdk.wallet.Sign("message to sign");
5151

52-
// get an instance of a deployed contract (no ABI requried!)
52+
// get an instance of a deployed contract (no ABI required!)
5353
var contract = sdk.GetContract("0x...");
5454

5555
// fetch data from any ERC20/721/1155 or marketplace contract
@@ -77,7 +77,7 @@ The `Examples` folder contains a demo scene using our user-friendly prefabs, che
7777

7878
All Prefabs require the [ThirdwebManager](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/ThirdwebManager.cs) prefab to get the SDK Instance, drag and drop it into your scene and select the networks you want to support from the Inspector.
7979

80-
[Connect Wallet](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_ConnectWallet.cs) - All-in one drag & drop wallet supporting multiple wallet providers, network switching, balance displaying and more!
80+
[Connect Wallet](https://github.com/thirdweb-dev/unity-sdk/blob/main/Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_ConnectWallet.cs) - All-in-one drag & drop wallet supporting multiple wallet providers, network switching, balance displaying and more!
8181
- Drag and drop it into your scene and select the wallet providers you want to support from the Inspector.
8282
- You may also choose whether you want to activate the Network Switching feature (leave unchecked if your app only requires one network).
8383

0 commit comments

Comments
 (0)