From 01cae8b2f1581f53c56b62214b48e4bd5f827ccb Mon Sep 17 00:00:00 2001 From: Shyam Saladi Date: Fri, 30 Mar 2018 20:56:46 -0700 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.