Skip to content

Commit 055c512

Browse files
authored
Update README.md
1 parent 6e8c0ad commit 055c512

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ from brightdata import bdclient
4545

4646
# Using API token directly
4747
client = bdclient(api_token="your_api_token_here")
48+
```
4849

49-
# Or using environment variables
50-
# Set BRIGHTDATA_API_TOKEN in your environment or .env file
50+
Or use by setting BRIGHTDATA_API_TOKEN in .env file
51+
```python
5152
client = bdclient()
5253
```
5354

0 commit comments

Comments
 (0)