Skip to content

Commit

Permalink
fix(readme): Devices link to the puppeteer repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajpatel authored Jul 15, 2024
1 parent 5a6b457 commit 1041217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The default is what you would get if you captured a normal screenshot on a compu
##### emulateDevice

Type: `string`\
Values: [Devices](https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts) *(Use the `name` property)*
Values: [Devices](https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer-core/src/common/Device.ts) *(Use the `name` property)*

Make it look like the screenshot was taken on the specified device.

Expand Down

0 comments on commit 1041217

Please sign in to comment.