Skip to content

Commit

Permalink
Fix typo in Requirements for group roles
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed Apr 19, 2018
1 parent f284b03 commit 4dd7ba1
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 @@ -25,7 +25,7 @@ reset_user(text token) returns text
* set_user.superuser_whitelist = '```<role list>```
* ```<role list>``` can contain any of the following:
* list of user roles (i.e. ```<role1>, <role2>,...,<roleN>```)
* Group roles may be indicated by ```+<roleN>``'
* Group roles may be indicated by ```+<roleN>```
* The wildcard character ```*```

## Description
Expand Down

0 comments on commit 4dd7ba1

Please sign in to comment.