From b54608d376ae32a02f13bad5a3b4f707cdbc56fb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 Jan 2024 16:37:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4db149..d6495a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# `neon_client`: an api wrapper for [neon.tech v2 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 v2 REST 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. +`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. With `neon_client`, you can automate tasks, streamline workflows, and build powerful integrations with ease.