Skip to content

Commit 7d696ac

Browse files
committed
MOD: Quick reformat of README.md
1 parent c283849 commit 7d696ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,11 @@ Instead, you can leave out this parameter to pass your API key via the `DATABENT
8181
```python
8282
import databento as db
8383

84-
client = db.Historical('YOUR_API_KEY') # pass as parameter
85-
client = db.Historical() # pass as `DATABENTO_API_KEY` environment variable
84+
# Pass as parameter
85+
client = db.Historical('YOUR_API_KEY')
86+
87+
# Or, pass as `DATABENTO_API_KEY` environment variable
88+
client = db.Historical()
8689
```
8790

8891
## License

0 commit comments

Comments
 (0)