From 63e1c2663f1108dad9f59d10b983b297c200da22 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 Jan 2024 16:38:02 -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 d6495a0..ff0ec3c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `neon_client`: an api wrapper for the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api) +# `neon_client`: an api wrapper for the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api). `neon_client` is a Python wrapper designed to simplify interactions with the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api). It provides a convenient way for developers to integrate their Python applications with the Neon platform, offering methods to manage API keys, projects, branches, databases, endpoints, roles, and operations programmatically.