Skip to content

Commit

Permalink
Merge pull request #67 from Superbil/master
Browse files Browse the repository at this point in the history
fix MongoLab's REST API url at README.md
  • Loading branch information
clkao committed Apr 19, 2014
2 parents ed03056 + 2d9789b commit 375cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can now access foo content at `http://127.0.0.1:3000/collections/foo`
curl -g 'http://127.0.0.1:3000/collections/foo?q={"tags":{"$contains":"foo"}}'


The parameter is similar to [MongoLab's REST API](https://support.mongolab.com/entries/20433053-rest-api-for-mongodb) for listing documents.
The parameter is similar to [MongoLab's REST API](http://docs.mongolab.com/restapi/) for listing documents.

Note that if you use `curl`, you should probably use `-g` to prevent curl from expanding `{}`.

Expand Down

0 comments on commit 375cb92

Please sign in to comment.