Skip to content

Commit 5d11afe

Browse files
committed
Move walmart docs into its own sub sections
1 parent 3aabbbd commit 5d11afe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ $response = $scrapingBeeClient->setParams([
8787
])->get('https://www.scrapingbee.com')
8888
```
8989

90+
9091
### The Google Search ScrapingBee Client
9192

9293
```php
@@ -101,7 +102,9 @@ Look at the source code of `src/LaravelScrapingBeeGoogleSearch.php` for the othe
101102

102103
[LaravelScrapingBeeGoogleSearch.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeGoogleSearch.php)
103104

104-
### The Walmart Search ScrapingBee Client
105+
### Walmart ScrapingBee Clients
106+
107+
#### The Walmart Search ScrapingBee Client
105108

106109
```php
107110
$walmartSearchScrapingBeeClient = Ziming\LaravelScrapingBee\LaravelScrapingBeeWalmartSearch::make();
@@ -121,8 +124,7 @@ Look at the source code of `src/LaravelScrapingBeeWalmartSearch.php` for the oth
121124

122125
[LaravelScrapingBeeWalmartSearch.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeWalmartSearch.php)
123126

124-
125-
### The Walmart Product ScrapingBee Client
127+
#### The Walmart Product ScrapingBee Client
126128

127129
```php
128130
$walmartProductScrapingBeeClient = Ziming\LaravelScrapingBee\LaravelScrapingBeeWalmartProduct::make();
@@ -139,6 +141,7 @@ Look at the source code of `src/LaravelScrapingBeeWalmartProduct.php` for the ot
139141
[LaravelScrapingBeeWalmartProduct.php](https://github.com/ziming/laravel-scrapingbee/blob/main/src/LaravelScrapingBeeWalmartProduct.php)
140142

141143

144+
142145
## Testing
143146

144147
Currently, there are no tests. But if there are tests in the future, you can run the command below to execute the testcases.

0 commit comments

Comments
 (0)