Skip to content

Commit

Permalink
docs(readme): fix pip instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Dec 22, 2023
1 parent 4ed8a03 commit 4d84a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Advantages over `sec-edgar-downloader`:
# Install

``` sh
pip install sec_downloader
pip install sec-downloader
```

# How to use
Expand Down
2 changes: 1 addition & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"metadata": {},
"source": [
"```sh\n",
"pip install sec_downloader\n",
"pip install sec-downloader\n",
"```"
]
},
Expand Down

0 comments on commit 4d84a74

Please sign in to comment.