Skip to content

Commit 64a9e7c

Browse files
authored
Update Readme.md
1 parent 2c8711e commit 64a9e7c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Readme.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,20 @@ function App() {
6464
return (
6565
<div>
6666
<CryptoPayment
67-
Address={ {EVM:"0x056397760b973BfB921Bc10Be9DA5034B1e921d7", STARKNET:"0x05Ea419aa3Ad67A9f9721dc38257f8Cc1E032b0Ac83ED6b532Aad3e1778c1B9F"}} // Wallet Address to receive Funds
68-
Chains={[ Chains.Ethereum, Chains.Polygon, Chains.Starknet, Chains.Sepolia]}
69-
Tokens ={[Tokens.STARK, Tokens.SETH, Tokens.DAI, Tokens.ETH, Tokens.BNB, Tokens.USDC]}
70-
Amount={100} // Amount in USD
71-
noOfBlockConformation={2}
72-
setPaymentStatus = {setPaymentStatus}
73-
Style = {{displayName: "Make Payment",
74-
backgroundColor: "#007bff",
75-
color: "#fff",
76-
border: "none",
77-
padding: "10px 20px",
78-
borderRadius: "4px",
79-
fontSize: "18px",
80-
cursor: "pointer"}}
67+
Address={ {EVM:"0x056397760b973BfB921Bc10Be9DA5034B1e921d7", STARKNET:"0x05Ea419aa3Ad67A9f9721dc38257f8Cc1E032b0Ac83ED6b532Aad3e1778c1B9F"}} // Wallet Address to receive Funds
68+
Chains={[ Chains.Ethereum, Chains.Polygon, Chains.Starknet, Chains.Sepolia]}
69+
Tokens ={[Tokens.STARK, Tokens.SETH, Tokens.DAI, Tokens.ETH, Tokens.BNB, Tokens.USDC]}
70+
Amount={100} // Amount in USD
71+
noOfBlockConformation={2}
72+
setPaymentStatus = {setPaymentStatus}
73+
Style = {{displayName: "Make Payment",
74+
backgroundColor: "#007bff",
75+
color: "#fff",
76+
border: "none",
77+
padding: "10px 20px",
78+
borderRadius: "4px",
79+
fontSize: "18px",
80+
cursor: "pointer"}}
8181
/>
8282
</div>
8383
)
@@ -86,7 +86,7 @@ function App() {
8686
</br>
8787

8888

89-
For more detailed information on how to use Resmic, please refer to our [documentation](https://www.docs.resmic.com)
89+
For more detailed information on how to use Resmic, please refer to our [documentation](https://docs.resmic.com)
9090

9191
</br>
9292
</br>
@@ -101,7 +101,7 @@ If you encounter any issues, have questions, or want to provide feedback, please
101101
## Documentation
102102

103103
Ready to get started?
104-
[Read installation instructions.](https://www.docs.resmic.com)
104+
[Read installation instructions.](https://docs.resmic.com)
105105

106106
</br>
107107
</br>

0 commit comments

Comments
 (0)