Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 21, 2016
1 parent ed28a24 commit f20fd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Crawler::create()
->startCrawling($url);
```

The argument passed to `setObserver` must be an instance that implement the `\Spatie\Crawler\CrawlObserver`-interface:
The argument passed to `setObserver` must be an object that implements the `\Spatie\Crawler\CrawlObserver`-interface:

```php
/**
Expand Down

0 comments on commit f20fd3b

Please sign in to comment.