Skip to content

Commit ae0b3c1

Browse files
author
John Davi
committed
Updating readme
1 parent ad2cba0 commit ae0b3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ response = diffbot.request(url, token, api, version=version)
7171
```
7272

7373
###Crawlbot API
74-
An example call to the Crawlbot API:
74+
To start a new crawl, specify a crawl name, seed URLs, and the API via which URLs should be processed. An example call to the Crawlbot API:
7575

7676
```
7777
token = "SOME_TOKEN"
@@ -99,7 +99,7 @@ To pass additional arguments to a crawl:
9999
```
100100
sampleCrawl = DiffbotCrawl(token,name,seeds,apiUrl,maxToCrawl=100,maxToProcess=50,notifyEmail="[email protected]")
101101
```
102-
102+
g
103103
##Testing
104104

105105
First install the test requirements with the following command:

0 commit comments

Comments
 (0)