From ac1e94268fca41b481745723b7c4fda573460227 Mon Sep 17 00:00:00 2001 From: Caolan McMahon Date: Thu, 23 Sep 2010 09:46:11 +0100 Subject: [PATCH] added azatoth to contributors --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c8a23d37..15d35f97f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A simple unit testing tool based on the node.js assert module. __Contributors__ * [sstephenson](http://github.com/sstephenson) - coffee-script support +* [azatoth](http://github.com/azatoth) - debian-friendly Makefile, now + supports both 'node' and 'nodejs' executables * and thanks to [cjohansen](http://github.com/cjohansen) for input and advice on implementing setUp and tearDown functions. See [cjohansen's fork](http://github.com/cjohansen/nodeunit).