From 93277f676dada7b569541a7e0fd5c7492306d206 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 12 Nov 2017 00:04:00 -0500 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b4e06..eb27665 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ var options = { ``` ## Tests -Tests are written with [Mocha](http://visionmedia.github.com/mocha/) and can be +Tests are written with [Mocha](http://mochajs.org/) and can be run with `npm test`. The tests use [node-imagemagick](http://github.com/rsms/node-imagemagick) and thus require that the [imagemagick CLI tools](http://www.imagemagick.org) be installed.