Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechan committed Jan 8, 2015
1 parent cde890e commit 35806eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Inspired by [acl](https://github.com/OptimalBits/node_acl "node_acl")
Using npm:

```javascript
npm install connect-acl
npm install connect-accesscontrol
```

##Documentation
Expand All @@ -25,7 +25,7 @@ npm install connect-acl
##Examples

```javascript
var Acl = require('connect-acl')
var Acl = require('connect-accesscontrol')
, acl = new Acl()
;
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-accesscontrol",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 35806eb

Please sign in to comment.