diff --git a/README.md b/README.md index bfae866..d159fae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Books_to_scrap +# Books_to_scrape A little script to scrape information about books in the website [Books To Scrape](http://books.toscrape.com/index.html) @@ -14,10 +14,10 @@ Then : ``` pip install -r requirements.txt ``` -Then enter that command in the terminal : +Then enter this command in the terminal : ``` -python3 Scrape_one_book.py +python3 scrape_books.py ``` And that's it :) \ No newline at end of file diff --git a/Scrape_one_book.py b/scrape_books.py similarity index 100% rename from Scrape_one_book.py rename to scrape_books.py