From 3e75a9a7966bc58bb1dc8d5c0af7d1f9dc453658 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 1 Mar 2017 00:29:09 -0500 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e4a2fc..b23a26e 100755 --- a/README.md +++ b/README.md @@ -850,7 +850,7 @@ Furthermore it consists of a Client, which governs the websockets, a ClientState The server code has somewhat the same structure as the client code: it has a Server, which governs the websockets, a ServerState, which is an extension of the shared State (adds for example the declare operation) and a CloudTypeServer, which uses a Server and a ServerState to set up a CloudType server. ### Testing -The library uses the [mocha](http://visionmedia.github.io/mocha/) test framework with the [should](https://github.com/visionmedia/should.js/) assertion module for testing. +The library uses the [mocha](http://mochajs.org/) test framework with the [should](https://github.com/visionmedia/should.js/) assertion module for testing. Assuming you have installed the dev dependencies, you can start the tests from the root by running