From 09a1f6d7e3a67644299dd3cced9377cbcb2f65ae Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 30 Jan 2024 10:43:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3133220..8370cbb 100644 --- a/README.md +++ b/README.md @@ -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: