Skip to content

Commit 0125e27

Browse files
ll350NimaSoroush
authored andcommitted
fixed type in READE.md (#93)
1 parent 174bf84 commit 0125e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Differencify matches [Puppeteer](https://github.com/GoogleChrome/puppeteer/blob/
6161
await page.goto('https://github.com/NimaSoroush/differencify');
6262
await page.waitFor(1000);
6363
const image = await page.screenshot();
64-
const result = await page.toMatchSnapshot(image)
64+
const result = await target.toMatchSnapshot(image)
6565
await page.close();
6666
await target.close();
6767

0 commit comments

Comments
 (0)