Skip to content

Commit 9793a5a

Browse files
committed
Fix typo explain target in install
1 parent 7facde4 commit 9793a5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ opam install melange dune reason reason-react reactjs-jsx-ppx -y
6060

6161
2. Enable melange inside dune under a `dune-project` file in the root of your project with the following:
6262
```sh
63-
(dune lang 3.8)
63+
(lang dune 3.8)
6464
(using melange 0.1)
6565
```
6666

@@ -75,6 +75,8 @@ Check [dune docs](https://dune.readthedocs.io/en/latest/melange.html) for all fi
7575
(preprocess (pps reactjs-jsx-ppx)))
7676
```
7777

78+
The target name is the name of the folder where the compiled code will live and also an "alias" to run the build commands (see below).
79+
7880
4. Run those commands to build your code:
7981

8082
```sh

0 commit comments

Comments
 (0)