From 2cc4787570aea833056238525851b2708dff4bf1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2024 09:10:03 -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 d06ad23..3596704 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ neon = NeonAPI(api_key='your_api_key') Remember that you should never expose your api_key and handle it carefully since it gives access to sensitive data. It's better to set it as an environment variable (e.g. `NEON_API_KEY` + accompanying `neon_client.from_environ()`). -**[Documentation is available on ReadTheDocs](https://neon-client-python.readthedocs.io/). +**[Documentation is available on ReadTheDocs](https://neon-client-python.readthedocs.io/)**. -------