Skip to content

Commit

Permalink
Merge pull request #74 from mdqst/patch-1
Browse files Browse the repository at this point in the history
Typo fixed Update README.md
  • Loading branch information
paulfears authored Nov 19, 2024
2 parents ea2104c + 5143549 commit bf6d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ console.log(`Current Address: ${address}`);

Set the network environment for transactions, ensuring users connect to the appropriate Stellar network (Mainnet or Testnet).
this can be done by passing a boolean into the testnet parameter to any call. This is optional, and method calls will be treated
as mainnet if this parameter is omited. If the testnet parameter is not relevant to a method call it is simply ignored
as mainnet if this parameter is omitted. If the testnet parameter is not relevant to a method call it is simply ignored

```javascript
const balance = await ethereum.request({
Expand Down

0 comments on commit bf6d202

Please sign in to comment.