From 4b42677782bef02ec4d49481409b367d046df3c5 Mon Sep 17 00:00:00 2001 From: oliverhnat Date: Wed, 8 Jan 2025 13:43:16 +0100 Subject: [PATCH] chore(readme): update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd2d60..8e34f49 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pip install -r requirements.txt 7. Edit the `seed.sql` file with names you'd like to track (as seen in the example in the file) 8. Run the script ```bash -python financial_disclosure.py +python disclosures/financial_disclosure.py ``` 9. Receive telegram messages with disclosures (for best results I recommend running this every 30 minutes with crontab)