Skip to content

Commit 01e021c

Browse files
authored
Merge pull request #16 from hivesolutions/readme
2 parents 056515a + fe91294 commit 01e021c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# [Headless](https://headless.hive.pt)
22

3-
Simple headless browser API to render images (PNG, JPEG, etc.) and PDFs from plain HTML.
3+
Simple headless browser API to render images (PNG, JPEG, WebP, etc.) and PDFs from plain HTML.
44

55
## Features
66

77
* Capture of webpages as PNG and PDFs
8-
* Multiple back-end engines: [Phantom.js](https://phantomjs.org) and [Puppeteer](https://github.com/GoogleChrome/puppeteer)
8+
* Multiple back-end engines: [Phantom.js](https://phantomjs.org) and [Puppeteer](https://github.com/puppeteer/puppeteer)
99

1010
## Configuration
1111

1212
| Name | Type | Default | Description |
1313
| -------------- | ----- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
14-
| `HEADLESS_KEY` | `str` | `None` | Secret key that should be passed in protected calls so that the server side "trusts" the client side (authentication). |
14+
| `HEADLESS_KEY` | `str` | `None` | Secret key that should be passed in protected calls so that the server-side "trusts" the client side (authentication). |
1515

1616
## License
1717

0 commit comments

Comments
 (0)