Skip to content

Commit

Permalink
Merge pull request OptimalBits#187 from StevenBlack/fix_reame_example
Browse files Browse the repository at this point in the history
Fix a missing parenthesis in the first example for isAllowed().
  • Loading branch information
manast committed May 17, 2016
2 parents 9b625f2 + 8c3a2c2 commit fb2c736
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 @@ -140,7 +140,7 @@ acl.isAllowed('joed', 'blogs', 'view', function(err, res){
if(res){
console.log("User joed is allowed to view blogs")
}
}
})
```


Expand Down

0 comments on commit fb2c736

Please sign in to comment.