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