diff --git a/README.md b/README.md index 1d61187..9d641d8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ Scrape tweets from twitter into a DB. Convert the DB to a CSV file. ## Usage -* `python scrape.py` to scrape. Use `Ctrl + C` to stop. +* `python scraper.py` to scrape. Use `Ctrl + C` to stop. * `python dump.py` to generate `tweets.csv`, which contains all the tweet data that was scraped. -* If you want to edit behavior, change settings in `settings.py`. \ No newline at end of file +* If you want to edit behavior, change settings in `settings.py`.