Skip to content

Commit f89049a

Browse files
committed
Update README [skip ci]
1 parent 755af70 commit f89049a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ Example:
6363
```toml
6464
[pack.cat1]
6565
dirs = [
66-
"cat1\sub1",
67-
"cat1\sub3",
66+
"cat1\\sub1",
67+
"cat1\\sub3",
6868
]
6969

7070
[pack.cat2]
7171
dirs = [
72-
"cat2\subA",
73-
"cat2\subX"
72+
"cat2\\subA",
73+
"cat2\\subX"
7474
]
7575
```
7676

0 commit comments

Comments
 (0)