From d5af65b7687d692e027df140802fac55bce4da8b Mon Sep 17 00:00:00 2001 From: Rhett Reisman Date: Mon, 22 Jul 2024 22:02:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4e3d9..bb2e901 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ This is the unofficial Python client for the Coinbase Advanced Trade API. It all ## Authentication -Here's an example of how to authenticate using the new method:```python +Here's an example of how to authenticate using the new method: + +```python from coinbase_advanced_trader.enhanced_rest_client import EnhancedRESTClient api_key = "organizations/{org_id}/apiKeys/{key_id}"