Skip to content

Commit

Permalink
docs: add a missing colon to make all list items match. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs authored and arekkas committed Nov 10, 2016
1 parent 2679683 commit dbcb044
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 @@ -56,7 +56,7 @@ Ladon is an access control library that answers the question:

> **Who** is **able** to do **what** on **something** given some **context**
* **Who** An arbitrary unique subject name, for example "ken" or "printer-service.mydomain.com".
* **Who**: An arbitrary unique subject name, for example "ken" or "printer-service.mydomain.com".
* **Able**: The effect which can be either "allow" or "deny".
* **What**: An arbitrary action name, for example "delete", "create" or "scoped:action:something".
* **Something**: An arbitrary unique resource name, for example "something", "resources.articles.1234" or some uniform
Expand Down

0 comments on commit dbcb044

Please sign in to comment.