Skip to content

Commit d54d51e

Browse files
committed
Simplify the dune integration part to avoid repetition
Signed-off-by: Nathan Rebours <[email protected]>
1 parent 14cbc56 commit d54d51e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ If you want to contribute to the project, please see the
2323
You can use MDX with your Markdown or `.mli` documentation, which ensures
2424
code in multi-line or verbatim code blocks is correct.
2525

26-
To enable MDX, you need to add `(mdx)` stanzas to the right `dune` files. Before
27-
that you must enable MDX for your project by adding the following to
28-
your `dune-project`:
29-
26+
To enable MDX on specific files you must first enable it for your project by
27+
adding the following stanza to your `dune-project`:
3028
```
3129
(using mdx 0.2)
3230
```

0 commit comments

Comments
 (0)