diff --git a/README.md b/README.md index f2a32db..aec360b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ npm start **Note**: This application runs on the Node.js JavaScript runtime, which can be downloaded [here](https://nodejs.org/en/download/). ## API -The URL parameter names for the web service end point __puppet-show/pdf__ and __puppet-show/screenshot__ mirror the option names for the puppeteer print-to-pdf and screenshot functions found [here](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagepdfoptions) and [here](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagescreenshotoptions). The puppet-show web forms can also be used to explore the API. +The URL parameter names for the web service end point __puppet-show/pdf__ and __puppet-show/screenshot__ mirror the option names for the puppeteer print-to-pdf and screenshot functions found [here](https://pptr.dev/api) and [here](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagescreenshotoptions). The puppet-show web forms can also be used to explore the API. **Note**: The default values match the puppeteer defaults and the only required parameter is "url".