From c435d4c562af3f973d52c761ed2a679d18f7d16c Mon Sep 17 00:00:00 2001 From: kkamara Date: Sun, 17 Mar 2024 13:53:43 +0000 Subject: [PATCH] Update readme --- readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/readme.md b/readme.md index 739b598..06d7384 100644 --- a/readme.md +++ b/readme.md @@ -6,8 +6,6 @@ * [Important note:](#note) -* [Proven in a production environment](#proven) - * [Requirements](#requirements) * [Installation](#installation) @@ -28,10 +26,6 @@ Before you try to scrape any website, go through its robots.txt file. You can access it via `domainname/robots.txt`. There, you will see a list of pages allowed and disallowed for scraping. You should not violate any terms of service of any website you scrape. -## Proven in a production environment - -[Getting up and running on amazon ec2.](https://raw.githubusercontent.com/kkamara/amazon-scraper/develop/scripts/setup-project.sh) - ## Requirements * [https://laravel.com/docs/11.x/installation](https://laravel.com/docs/11.x/installation)