Skip to content

Commit 31bf7e4

Browse files
authored
Merge pull request #17 from pra85/patch-1
Fixes typos
2 parents 7bdbbd6 + 4d11853 commit 31bf7e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Use this method to take a screenshot at the current state of the worker.
313313

314314
`GET /worker/<id>/screenshot(.format)`
315315

316-
Acceptable formats are `json`, `xml` and `png`. This information can also be provided via the HTTP `Accept` headrs: `text/json`, `text/xml`, `image/png` respectively.
316+
Acceptable formats are `json`, `xml` and `png`. This information can also be provided via the HTTP `Accept` headers: `text/json`, `text/xml`, `image/png` respectively.
317317

318318

319319
## Terminating a worker
@@ -377,7 +377,7 @@ If you want to know the status of your API, use the following method
377377

378378
GET /status
379379

380-
This will return the current status of API, like how much API time has been used and how many workers are runnning parallely. All the paid plans have no time limits, only limit on parallel workers you can create.
380+
This will return the current status of API, like how much API time has been used and how many workers are running parallelly. All the paid plans have no time limits, only limit on parallel workers you can create.
381381

382382
```javascript
383383
{

0 commit comments

Comments
 (0)