Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com>
  • Loading branch information
howard-at-cb and John-peterson-coinbase authored Oct 22, 2024
1 parent c4b9162 commit fb214ca
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 @@ -195,7 +195,7 @@ A webhook can be attached to an existing wallet to monitor events that occur on
```python
import cdp

wallet1 = cdp.Wallet.create()
wallet1 = Wallet.create()
wh1 = wallet1.create_webhook("https://your-app.com/callback")
print(wh1)
```

0 comments on commit fb214ca

Please sign in to comment.