Skip to content

Commit

Permalink
Update docs/compiling-to-js-with-melange.md
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Chávarri <javier.chavarri@gmail.com>
  • Loading branch information
davesnx and jchavarri authored Nov 3, 2023
1 parent b260631 commit 03cada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiling-to-js-with-melange.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you don't have a `dune-project` file, create one with the following content:

#### Emit JavaScript

In your dune file, add `melange.emit` stanza to emit JavaScript.
In your `dune` file, add a `melange.emit` stanza to emit JavaScript.

The `melange.emit` stanza tells dune to generate JavaScript files from a set of libraries and modules. In-depth documentation about this stanza can be found in the [build-system on the Melange documentation](https://melange.re/v2.0.0/build-system/#entry-points-with-melangeemit).

Expand Down

0 comments on commit 03cada3

Please sign in to comment.