Skip to content

Commit

Permalink
fix typo (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
michielkempen authored and freekmurze committed Mar 3, 2018
1 parent bdee79c commit 5b29aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We accept PRs to improve this guide.

## From v3 to v4

- the `CrawlObserver` and `CrawlProfile` are upgraded from interfaces to abstract classes, so you have to convert your old observers and profiles. `crawled` now receives every successfully crawled, `crawlFailed` everyfailed one.
- The `CrawlObserver` and `CrawlProfile` are upgraded from interfaces to abstract classes, so you have to convert your old observers and profiles. `crawled` now receives every successfully crawled uri, `crawlFailed` every failed one.

## From v2 to v3

Expand Down

0 comments on commit 5b29aac

Please sign in to comment.