Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 8428e45

Browse files
authored
Fix README.md
1 parent cae36fa commit 8428e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ specific page, you you can write a list of Xpath that will be checked in order g
187187

188188
## Usage
189189

190-
After configure the scraper, you will be able to request an specific scrape using the `scraoe` helper
190+
After configure the scraper, you will be able to request an specific scrape using the `scrape` helper
191191
```php
192192
<?php
193193

194-
scrape('https://test.c/p/my-objective', 'Item-definition-1', 'variant-sha1');
194+
scrape('https://test.c/p/my-objective', 'Item-definition-1');
195195
```
196196

197197
The scrape will produce a `\Softonic\LaravelIntelligentScraper\Scraper\Events\Scraped` event if all worked as expected.

0 commit comments

Comments
 (0)