From b65d28c58ce3b68c83dba6e6e543fab3673f8762 Mon Sep 17 00:00:00 2001 From: Nowell Strite Date: Thu, 22 Jan 2015 14:04:07 -0500 Subject: [PATCH] Added tap-difflet to README --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index 7a8422b5..b86e2302 100644 --- a/readme.markdown +++ b/readme.markdown @@ -62,6 +62,7 @@ that will output something pretty if you pipe TAP into them: - https://github.com/toolness/tap-prettify - https://github.com/shuhei/colortape - https://github.com/aghassemi/tap-xunit + - https://github.com/namuol/tap-difflet To use them, try `node test/index.js | tap-spec` or pipe it into one of the modules of your choice!