Skip to content

Commit ed2de5d

Browse files
committed
🐦 restful-mongoose now has a home on npm!
1 parent 0c6985f commit ed2de5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a straightforward boilerplate for building REST APIs with ES6 and Expres
1010
- CORS support via [cors](https://github.com/troygoode/node-cors)
1111
- Body Parsing via [body-parser](https://github.com/expressjs/body-parser)
1212

13-
> Tip: If you are using [Mongoose](https://github.com/Automattic/mongoose), you can automatically expose your Models as REST resources using [mongoose-resource](https://gist.github.com/developit/ec2f438efc5feea4fd3a).
13+
> Tip: If you are using [Mongoose](https://github.com/Automattic/mongoose), you can automatically expose your Models as REST resources using [restful-mongoose](https://git.io/restful-mongoose).
1414
1515
Getting Started
1616
---------------

0 commit comments

Comments
 (0)