From 5d11afebaf98802c50dd5e8137acfc74ea9b3cf6 Mon Sep 17 00:00:00 2001 From: ziming Date: Sun, 12 Oct 2025 20:30:27 +0800 Subject: [PATCH] Move walmart docs into its own sub sections --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 615ff19..6292ecf 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ $response = $scrapingBeeClient->setParams([ ])->get('https://www.scrapingbee.com') ``` + ### The Google Search ScrapingBee Client ```php @@ -101,7 +102,9 @@ Look at the source code of `src/LaravelScrapingBeeGoogleSearch.php` for the othe [LaravelScrapingBeeGoogleSearch.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeGoogleSearch.php) -### The Walmart Search ScrapingBee Client +### Walmart ScrapingBee Clients + +#### The Walmart Search ScrapingBee Client ```php $walmartSearchScrapingBeeClient = Ziming\LaravelScrapingBee\LaravelScrapingBeeWalmartSearch::make(); @@ -121,8 +124,7 @@ Look at the source code of `src/LaravelScrapingBeeWalmartSearch.php` for the oth [LaravelScrapingBeeWalmartSearch.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeWalmartSearch.php) - -### The Walmart Product ScrapingBee Client +#### The Walmart Product ScrapingBee Client ```php $walmartProductScrapingBeeClient = Ziming\LaravelScrapingBee\LaravelScrapingBeeWalmartProduct::make(); @@ -139,6 +141,7 @@ Look at the source code of `src/LaravelScrapingBeeWalmartProduct.php` for the ot [LaravelScrapingBeeWalmartProduct.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeWalmartProduct.php) + ## Testing Currently, there are no tests. But if there are tests in the future, you can run the command below to execute the testcases.