Skip to content

Commit

Permalink
docs(readme): break line in toml code for usability
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Sep 11, 2023
1 parent e7f2abc commit 42db422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Allows to give ACLs im TOML format, use option `--acl`
Example TOML file:

```toml
# default sets ACL for the repo without explicit path (and for the repo under path "default", if exists)
# default sets ACL for the repo without explicit path
# (and for the repo under path "default", if exists)
[default]
alex = "Read"
admin = "Modify"
Expand Down

0 comments on commit 42db422

Please sign in to comment.