Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechan committed Oct 17, 2014
1 parent bbb7f29 commit 03218f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 20,11 @@ npm install acl-mem-regexp

Explicitly allow access to a resource and its subresource.
```javascript
var acl = require('acl')
, Backend = require('acl-mem-regexp')
,acl = new acl(new Backend())
;

acl.allow([
{
roles:['someRole'],
Expand Down

0 comments on commit 03218f7

Please sign in to comment.