Skip to content

Commit 90fe2f7

Browse files
authored
Update README.md
1 parent 6932c66 commit 90fe2f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ from libit import gen_key, multi_wallet
3131

3232
# Generate secure private key
3333
private_key = gen_key()
34-
3534
# Create multi-crypto wallet
3635
wallet = multi_wallet(private_key)
37-
3836
# Access different cryptocurrencies
3937
btc = wallet.btc() # Bitcoin
4038
ltc = wallet.ltc() # Litecoin
@@ -55,7 +53,7 @@ print(f"ETH Address: {eth['address']}")
5553
from libit import btc_wallet, ltc_wallet, doge_wallet, eth_wallet
5654

5755
private_key = "your_private_key_here"
58-
56+
```
5957
# Individual wallets with short function names
6058
### Ultra-Short Function Names
6159

0 commit comments

Comments
 (0)