Skip to content

Commit

Permalink
Merge pull request #3 from hartzell/patch-1
Browse files Browse the repository at this point in the history
Small typo, missing doublequote
  • Loading branch information
hsluoyz committed Jun 10, 2019
2 parents 8ed3825 + a4305fc commit 9fc9809
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 @@ -11,7 +11,7 @@ Caddy-authz is an authorization middleware for [Caddy](https://github.com/mholt/

```
http://localhost:80 {
authz "/folder/to/caddy_binary/authz_model.conf" /folder/to/caddy_binary/authz_policy.csv"
authz "/folder/to/caddy_binary/authz_model.conf" "/folder/to/caddy_binary/authz_policy.csv"
...
}
```
Expand Down

0 comments on commit 9fc9809

Please sign in to comment.