Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
From what I understand, this appears wrong since it looks like it's including file 1 twice.
  • Loading branch information
IamTheFij authored Sep 20, 2024
1 parent 1c03dd1 commit a0a070e
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 @@ -77,7 +77,7 @@ To include `1.yml`, `2.yml` in `0.yml`, we shall:

```yaml
file1: !inc include.d/1.yml
file2: !inc include.d/1.yml
file2: !inc include.d/2.yml
```

1. Load it
Expand Down

0 comments on commit a0a070e

Please sign in to comment.