Skip to content

Commit de4132f

Browse files
committed
Merge branch 'dimitryzub/documentation-update'
* dimitryzub/documentation-update: docs: update read_key() filepath -> filename
2 parents 931f0a1 + c95bd64 commit de4132f

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)