diff --git a/readme.md b/readme.md index 70e99b4..f26e584 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ $ node server.js #### Tests By default, the tests will run on localhost port 3030. Run the tests with -[mocha](https://visionmedia.github.io/mocha/): +[mocha](http://mochajs.org/): ``` $ cd mongo-metadata-server $ mocha test @@ -187,4 +187,4 @@ resourceType: "record" or "harvest" (name of collection you wish to query) Response: * **200** if MongoDB collection is successfully deleted. -* **500** for any kind of error. \ No newline at end of file +* **500** for any kind of error.