diff --git a/README.md b/README.md index 2f114ae..ff8a218 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ from sec_downloader import Downloader dl = Downloader("MyCompanyName", "email@example.com") # Download the latest 10-Q filing for Apple -html = dl.get_filing_html(ticker="AAPL", form="10-Q") +html = dl.get_latest_html(ticker="AAPL", doc_type="10-Q") ``` > [!NOTE]