Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wleii committed Jul 22, 2024
1 parent f2c9030 commit c7fe1f5
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 @@ -17,7 +17,7 @@ import Aptos
let client = Aptos(aptosConfig: .devnet)

```
You can configure the network with the AptosConfig.Network, or use a preexisting AptosConfig.devnet, aptos.testnet, or aptos.mainnet
You can configure the network with the AptosConfig.Network, or use a preexisting AptosConfig.devnet, AptosConfig.testnet, or AptosConfig.mainnet

### Creating a private key
You can create a new Ed25519 account’s private key by calling Account.generate().
Expand Down

0 comments on commit c7fe1f5

Please sign in to comment.