Skip to content

Commit 5b1bd06

Browse files
committed
readme: fix typo
`-` in the `files` clause matches a file named `-`. This is probably a mistake.
1 parent 3226c6e commit 5b1bd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Dune only checks markdown files with `mdx`. E.g.,
120120

121121
```
122122
(mdx
123-
(files :standard - *.mli))
123+
(files :standard *.mli))
124124
```
125125

126126
### Supported Extensions

0 commit comments

Comments
 (0)