Skip to content

Commit

Permalink
Merge pull request OptimalBits#136 from paulhill/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
manast committed Aug 5, 2015
2 parents 671cd7e + 0217b25 commit fc90da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ __Arguments__
userId {String|Number} User id.
resource {String} resource to ask permissions for.
permissions {String|Array} asked permissions.
callback {Function} Callback called wish the result.
callback {Function} Callback called with the result.
```
---------------------------------------
Expand All @@ -428,7 +428,7 @@ __Arguments__
roles {String|Array} Role(s) to check the permissions for.
resource {String} resource to ask permissions for.
permissions {String|Array} asked permissions.
callback {Function} Callback called wish the result.
callback {Function} Callback called with the result.
```
---------------------------------------
Expand All @@ -453,7 +453,7 @@ __Arguments__
```javascript
role {String|Array} Roles
permissions {String|Array} Permissions
callback {Function} Callback called wish the result.
callback {Function} Callback called with the result.
```
---------------------------------------
Expand Down

0 comments on commit fc90da2

Please sign in to comment.