Skip to content

Commit 6698ae1

Browse files
committed
update readme
1 parent 9b687e2 commit 6698ae1

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
@@ -10,7 +10,7 @@
1010
1111
Role and Attribute based Access Control for Node.js
1212

13-
`npm i accesscontrol`
13+
`npm i accesscontrol --save`
1414

1515
Many [RBAC][rbac] (Role-Based Access Control) implementations differ, but the basics is widely adopted since it simulates real life role (job) assignments. But while data is getting more and more complex; you need to define policies on resources, subjects or even environments. This is called [ABAC][abac] (Attribute-Based Access Control).
1616

0 commit comments

Comments
 (0)