From 9c939f230b5e16605a5970ccbb74eee9eb104996 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Fri, 24 Mar 2017 20:11:42 -0400 Subject: [PATCH] allows instances to be removed from pool --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec07300..7dfdf22 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,8 @@ Example (in node): client.emit('newIps'); console.log('clients have new ips!') }); -` \ No newline at end of file +` + +## Test + +Tests are written in mocha, just run `npm test` \ No newline at end of file