Skip to content

Commit

Permalink
docs: update read_key() filepath -> filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitryzub authored Apr 15, 2022
1 parent 86c5665 commit c95bd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ explicitly call `read_key()` with a custom path. See below:

```python
import nasdaqdatalink
nasdaqdatalink.read_key(filepath="/data/.corporatenasdaqdatalinkapikey")
nasdaqdatalink.read_key(filename="/data/.corporatenasdaqdatalinkapikey")
```

## Retrieving Data
Expand Down

0 comments on commit c95bd64

Please sign in to comment.