From 7aff9e4de9e70cae53b1287b03bd23d3fc22420c Mon Sep 17 00:00:00 2001 From: Josema Enzo Date: Thu, 11 Feb 2016 10:44:33 +0200 Subject: [PATCH] [readme] Added tabe into reporter list --- readme.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.markdown b/readme.markdown index 68f99aec..22b6b22c 100644 --- a/readme.markdown +++ b/readme.markdown @@ -122,6 +122,7 @@ that will output something pretty if you pipe TAP into them: - [tap-nyc](https://github.com/MegaArman/tap-nyc) - [tap-spec (emoji patch)](https://github.com/Sceat/tap-spec-emoji) - [tape-repeater](https://github.com/rgruesbeck/tape-repeater) +- [tabe](https://github.com/Josenzo/tabe) To use them, try `node test/index.js | tap-spec` or pipe it into one of the modules of your choice!