Skip to content

Commit 4d11853

Browse files
committed
Fixes typos
Found some spelling mistakes - `headrs` > `headers` `runnning` > `running` `parallely` > `parallelly`
1 parent 75995c0 commit 4d11853

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
@@ -375,7 +375,7 @@ If you want to know the status of your API, use the following method
375375

376376
GET /status
377377

378-
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.
378+
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.
379379

380380
```javascript
381381
{

0 commit comments

Comments
 (0)