Skip to content

Commit fb2c736

Browse files
committed
Merge pull request #187 from StevenBlack/fix_reame_example
Fix a missing parenthesis in the first example for isAllowed().
2 parents 9b625f2 + 8c3a2c2 commit fb2c736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ acl.isAllowed('joed', 'blogs', 'view', function(err, res){
140140
if(res){
141141
console.log("User joed is allowed to view blogs")
142142
}
143-
}
143+
})
144144
```
145145

146146

0 commit comments

Comments
 (0)