Skip to content

Commit 297db78

Browse files
committed
Make some adjustments to the README
- Author wasn't linked - two images are plural, they isn't singular
1 parent e327b99 commit 297db78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ image manipulation from the main thread.
2929
```js
3030
const imageDiff = require('lcs-image-diff');
3131

32-
// `image1` and `image2` is instances of `ImageData`
32+
// `image1` and `image2` are instances of `ImageData`
3333
// https://developer.mozilla.org/en-US/docs/Web/API/ImageData
34+
// https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getImageData
3435
const { data, width, height, diff } = imageDiff(image1, image2);
3536

3637
// `data` is a `UInt8ClampedArray`
@@ -101,8 +102,8 @@ document.getElementById('#trace-svg').style.margin = `0 ${
101102

102103
## Authors
103104

104-
- Henric Trotzig (@trotzig)
105-
- Joe Lencioni (@lencioni)
105+
- Henric Trotzig ([@trotzig](https://github.com/trotzig))
106+
- Joe Lencioni ([@lencioni](https://github.com/lencioni))
106107

107108
---------------------
108109

0 commit comments

Comments
 (0)