Update README.md

This commit is contained in:
2024-02-27 17:09:54 -05:00
committed by GitHub
parent 9550dfdd7d
commit c2d56574d7
+3 -3
View File
@@ -13,9 +13,6 @@ $ pip install neon-api
## Usage
**[Documentation is available on ReadTheDocs](https://neon-api-python.readthedocs.io/)**.
```python
from neon_api import NeonAPI
@@ -23,6 +20,9 @@ from neon_api import NeonAPI
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()`).