From fab2cbc753c8dfefc6e476d7f15260c7e5e15c3e Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 26 Jun 2024 15:35:45 +0300 Subject: [PATCH] minor updates --- .github/workflows/node.yml | 2 +- LICENSE | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 4f59c69..ad50a1a 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -19,4 +19,4 @@ jobs: run: npm test - name: Run the CLI tool - run: node bin/pixelmatch test/fixtures/1a.png test/fixtures/1b.png + run: node bin/pixelmatch test/fixtures/1a.png test/fixtures/1a.png diff --git a/LICENSE b/LICENSE index 901d9a9..21b4891 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2019, Mapbox +Copyright (c) 2024, Mapbox Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/README.md b/README.md index fbdfaa6..00ff73d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pixelmatch -[![Build Status](https://travis-ci.com/mapbox/pixelmatch.svg?branch=master)](https://travis-ci.com/mapbox/pixelmatch) +[![Node](https://github.com/mapbox/pixelmatch/actions/workflows/node.yml/badge.svg)](https://github.com/mapbox/pixelmatch/actions/workflows/node.yml) [![](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects) The smallest, simplest and fastest JavaScript pixel-level image comparison library, @@ -101,7 +101,7 @@ Install with NPM: npm install pixelmatch ``` -Use in the browser from a CDN: +Use in the browser from a CDN: ```html