Skip to content

Commit fab2cbc

Browse files
committed
minor updates
1 parent 16f88ce commit fab2cbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
run: npm test
2020

2121
- name: Run the CLI tool
22-
run: node bin/pixelmatch test/fixtures/1a.png test/fixtures/1b.png
22+
run: node bin/pixelmatch test/fixtures/1a.png test/fixtures/1a.png

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) 2019, Mapbox
3+
Copyright (c) 2024, Mapbox
44

55
Permission to use, copy, modify, and/or distribute this software for any purpose
66
with or without fee is hereby granted, provided that the above copyright notice

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pixelmatch
22

3-
[![Build Status](https://travis-ci.com/mapbox/pixelmatch.svg?branch=master)](https://travis-ci.com/mapbox/pixelmatch)
3+
[![Node](https://github.com/mapbox/pixelmatch/actions/workflows/node.yml/badge.svg)](https://github.com/mapbox/pixelmatch/actions/workflows/node.yml)
44
[![](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects)
55

66
The smallest, simplest and fastest JavaScript pixel-level image comparison library,
@@ -101,7 +101,7 @@ Install with NPM:
101101
npm install pixelmatch
102102
```
103103

104-
Use in the browser from a CDN:
104+
Use in the browser from a CDN:
105105

106106
```html
107107
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>

0 commit comments

Comments
 (0)