diff --git a/README.md b/README.md index f7ba7dd..beb9c7b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more information (including an installation guide), see the [docs](https://g ## Contributing Patches welcome, just make sure there are matching unit tests. Tests use -[mocha](http://visionmedia.github.com/mocha/) with [expect.js](https://github.com/LearnBoost/expect.js). To install, just `cd` into the directory and run `npm install`. +[mocha](http://mochajs.org/) with [expect.js](https://github.com/LearnBoost/expect.js). To install, just `cd` into the directory and run `npm install`. ## License @@ -43,4 +43,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.