Skip to content

Commit

Permalink
Update rescript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cannorin authored Feb 27, 2024
1 parent 6336d57 commit 2858aa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/rescript.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> **Note:** ReScript support is currently available in `2.0.0-beta.0` or later.
>
> Please install it with `npm install -g @ocsigen/ts2ocaml@beta`.
# ts2ocaml for ReScript

Generates binding for ReScript.
Expand Down Expand Up @@ -837,4 +841,4 @@ switch x->FooBar.box {
| Foo(foo) => ...
| Bar(bar) => ...
}
```
```

0 comments on commit 2858aa5

Please sign in to comment.