Skip to content

Commit f673628

Browse files
committed
Update Readme.md
"scrapper" --> "scraper"
1 parent 74a08df commit f673628

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
@@ -237,7 +237,7 @@ When paginating, this specifies a limit to the number of pages x-ray should craw
237237

238238
#### Xray#run(<function:optional> fn)
239239

240-
Start the scrapper, calling `fn` when we're done scrapping.
240+
Start the scraper, calling `fn` when we're done scraping.
241241

242242
```js
243243
xray('http://google.com')
@@ -256,7 +256,7 @@ var title = yield xray('http://google.com').select('title').run();
256256

257257
#### Xray#write(<string|WritableStream> filepath) -> WritableStream
258258

259-
Start the scrapper, streaming each page to `filepath`. Returns a [`WritableStream`](http://nodejs.org/docs/latest/api/stream.html#stream_class_stream_writable).
259+
Start the scraper, streaming each page to `filepath`. Returns a [`WritableStream`](http://nodejs.org/docs/latest/api/stream.html#stream_class_stream_writable).
260260

261261
##### Streaming to a file
262262

0 commit comments

Comments
 (0)