Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkujawa committed Dec 30, 2013
1 parent d8e2cb0 commit 95c7fab
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 @@ -74,7 +74,7 @@ Job is an action a worker will perform on every execution. Each job is a separat
The above example uses 4 different jobs:
- logger - echoes currently crawled URL
- saver - saves document content to CouchDB (example key ```doc-http:5984-127.0.0.1:5984/_utils/docs/api-basics.html```
- driller - looks for URLs to crawl and adds them to the jobs queue in CouchDB. The example configuration looks for “a” tag (jQuery syntax). Found URL will be added to the job queue only if it’s in the 127.0.0.1 domain.
- driller - looks for URLs to crawl and adds them to the jobs queue in CouchDB. The example configuration looks for “a” tag (CSS Selector syntax). Found URL will be added to the job queue only if it’s in the 127.0.0.1 domain.

## Driller

Expand Down

0 comments on commit 95c7fab

Please sign in to comment.