Skip to content

Commit 1ce0f67

Browse files
committed
fixed links of the build badge
1 parent b5fa016 commit 1ce0f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mongoose-authorization
22

3-
[![Build Status](https://travis-ci.org/xChrisPx/mongoose-authorization.svg?branch=dev)](https://travis-ci.org/xChrisPx/mongoose-authorization)
3+
[![Build Status](https://travis-ci.org/352Media/mongoose-authorization.svg?branch=dev)](https://travis-ci.org/352Media/mongoose-authorization)
44

55
This plugin allows you to define a custom authorization scheme on your mongoose models.
66

@@ -15,7 +15,7 @@ First you need to add your permissions to your schema.
1515

1616
###### *NOTE: It is important you do this before compiling your model*
1717

18-
```
18+
```javascript
1919
'use strict';
2020
var mongoose = require('mongoose');
2121
var uuid = require('uuid');

0 commit comments

Comments
 (0)