From e0d70a87a8eb7205ef925ac7f86cb54e010fb12a Mon Sep 17 00:00:00 2001 From: Gy0m Date: Tue, 11 May 2021 15:20:18 +0200 Subject: [PATCH] update README.md and refactor name --- README.md | 6 +++--- Scrape_one_book.py => scrape_books.py | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename Scrape_one_book.py => scrape_books.py (100%) 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