Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
* **500** for any kind of error.