Skip to content

Commit 0c39381

Browse files
committed
Update API usage in README.md
1 parent 115afbb commit 0c39381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ neon = NeonAPI(api_key='your_api_key')
2525
**[Documentation is available on ReadTheDocs](https://neon-api-python.readthedocs.io/)**.
2626

2727

28-
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()`).
28+
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()`).
2929

3030

3131
-------

0 commit comments

Comments
 (0)