We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c81b6e commit c274672Copy full SHA for c274672
1 file changed
README.md
@@ -35,7 +35,7 @@ from newsapi import NewsApiClient
35
Initialize the client with your API key:
36
37
```python
38
-api = NewsApiClient(api_key='b39f2009d5aa4ff3b6c37e6a266cb553')
+api = NewsApiClient(api_key='XXXXXXXXXXXXXXXXXXXXXXX')
39
```
40
41
### Endpoints
0 commit comments