From 4d84a74b8e4331296dd3fd83833c13f42e0d7742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elijas=20Dap=C5=A1auskas?= <4084885+Elijas@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:13:34 +0200 Subject: [PATCH] docs(readme): fix pip instructions --- README.md | 2 +- nbs/index.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 933b1c1..d106ee2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Advantages over `sec-edgar-downloader`: # Install ``` sh -pip install sec_downloader +pip install sec-downloader ``` # How to use diff --git a/nbs/index.ipynb b/nbs/index.ipynb index 7c68a72..8c69f56 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -102,7 +102,7 @@ "metadata": {}, "source": [ "```sh\n", - "pip install sec_downloader\n", + "pip install sec-downloader\n", "```" ] },