From 596f13023019e44b1dbf6d1ed719b922b23be336 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Tue, 15 Dec 2015 13:06:12 +0000 Subject: [PATCH] Correct instructions for testing - related to #36 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e03cae6..a6bc9a2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Tests Tested using [PNG Suite](http://www.schaik.com/pngsuite/). We read every file into pngjs, output it in standard 8bit colour, synchronously and asynchronously, then compare the original with the newly saved images. -To run the tests, run `node test`. +To run the tests, after getting the repo and installing with `npm i`, run `npm test`. The only thing not converted is gamma correction - this is because multiple vendors will do gamma correction differently, so the tests will have different results on different browsers.