We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fa016 commit 1ce0f67Copy full SHA for 1ce0f67
README.md
@@ -1,6 +1,6 @@
1
# mongoose-authorization
2
3
-[](https://travis-ci.org/xChrisPx/mongoose-authorization)
+[](https://travis-ci.org/352Media/mongoose-authorization)
4
5
This plugin allows you to define a custom authorization scheme on your mongoose models.
6
@@ -15,7 +15,7 @@ First you need to add your permissions to your schema.
15
16
###### *NOTE: It is important you do this before compiling your model*
17
18
-```
+```javascript
19
'use strict';
20
var mongoose = require('mongoose');
21
var uuid = require('uuid');
0 commit comments