Skip to content

Commit c95bd64

Browse files
authored
docs: update read_key() filepath -> filename
1 parent 86c5665 commit c95bd64

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
@@ -50,7 +50,7 @@ explicitly call `read_key()` with a custom path. See below:
5050

5151
```python
5252
import nasdaqdatalink
53-
nasdaqdatalink.read_key(filepath="/data/.corporatenasdaqdatalinkapikey")
53+
nasdaqdatalink.read_key(filename="/data/.corporatenasdaqdatalinkapikey")
5454
```
5555

5656
## Retrieving Data

0 commit comments

Comments
 (0)