Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka authored Mar 28, 2021
1 parent 118d112 commit b4d5ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you need to change configuration, you can override it. For example, you want
or extend with new file types. All you have to do is to create a `.golic.yaml` file in the project root. Golic will
read it and overrides master configuration rules.

Example below overrides master configuration by adding `apacheX` licenses and sets new rule for `*.go.txt` and `.mzm`.
Example below overrides master configuration by adding `apacheX` licenses and sets new rule for `*name.txt` and `.mzm`.
For more details see [master configuration](https://raw.githubusercontent.com/AbsaOSS/golic/main/.golic.yaml) example.
```yaml
# .golic.yaml
Expand All @@ -53,7 +53,7 @@ golic:
for more details see https://github.com/mycompany/myproject/LICENSE
rules:
"*.go.txt":
"*name.txt":
prefix: "/*"
suffix: "*/"
.mzm:
Expand Down

0 comments on commit b4d5ba3

Please sign in to comment.