Update README.md

This commit is contained in:
2024-01-30 10:43:12 -05:00
committed by GitHub
parent 17218d06bc
commit 09a1f6d7e3
+1 -1
View File
@@ -9,7 +9,7 @@ With `neon_client`, you can automate tasks, streamline workflows, and build powe
from neon_client import NeonAPI
# Initialize the client.
neon = NeonApi(api_key='your_api_key')
neon = NeonAPI(api_key='your_api_key')
```
Methods of the `NeonAPI` class: