Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
- fixing the typo in the readme about white-listing url (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 authored Oct 21, 2016
1 parent 4843687 commit e1e38c4
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 @@ -400,7 +400,7 @@ Depending on how the application url's are laid out, you might want protect the
Or on the command line
```shell
--resource "uri=/some_white_listed_url,white-listed=true"
--resource "uri=/some_white_listed_url|white-listed=true"
--resource "uri=/" # requires authentication on the rest
--resource "uri=/admin|roles=admin,superuser|methods=POST,DELETE
```
Expand Down

0 comments on commit e1e38c4

Please sign in to comment.