Skip to content

Commit 8b0984f

Browse files
authored
Updates usage example.
1 parent b9b2661 commit 8b0984f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Alternatively, add `"dayrev/extractor": "^1.0"` to your composer.json file.
2424
##Usage
2525
```php
2626
$extractor = DayRev\Extractor\Provider::instance('embedly', ['api_key' => 'YOURKEYHERE']);
27-
$content = $extractor->extract($this->url);
27+
$content = $extractor->extract('http://www.espn.com/espn/wire/_/section/ncf/id/18398497');
2828
```
2929

3030
## Tests

0 commit comments

Comments
 (0)