Update API usage in README.md

This commit is contained in:
2024-02-28 10:10:58 -05:00
parent 115afbb583
commit 0c39381d58
+1 -1
View File
@@ -25,7 +25,7 @@ neon = NeonAPI(api_key='your_api_key')
**[Documentation is available on ReadTheDocs](https://neon-api-python.readthedocs.io/)**.
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()`).
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_api.from_environ()`).
-------