From e1df847ab1791a189c733155a7de6b426f4725b8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 Jan 2024 16:29:28 -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 456e7f9..c4db149 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ from neon_client import NeonAPI client = NeonApi(api_key='your_api_key') ``` -Methods of `NeonClient`: +Methods of the `NeonAPI` class: - `me()`: Returns the current user. - `api_keys()`: Returns a list of API keys.