Skip to content

Commit 577f336

Browse files
ebutleratlassianmourner
authored andcommitted
Update README.md (#65)
Just fixing a comma/semicolon typo.
1 parent ae91dd4 commit 577f336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pixelmatch image1.png image2.png output.png 0.1
6666

6767
```js
6868
const fs = require('fs');
69-
const PNG = require('pngjs').PNG,
69+
const PNG = require('pngjs').PNG;
7070
const pixelmatch = require('pixelmatch');
7171

7272
const img1 = PNG.sync.read(fs.readFileSync('img1.png'));

0 commit comments

Comments
 (0)