Skip to content

Commit 285ddf6

Browse files
committed
website: update cheatsheets links
1 parent a054c5a commit 285ddf6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

website/docs/cheatsheet.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ id: cheatsheet
33
title: Cheatsheet
44
---
55

6-
If you are not familiar with ReasonML, be sure to check the official
7-
[ReasonML Syntax Cheatsheet](https://reasonml.github.io/docs/en/syntax-cheatsheet).
6+
If you are not familiar with ReasonML or BuckleScript, be sure to check
87

9-
If you have to work with JavaScript, you might also be interested with
10-
[BuckleScript Cheatsheet](https://bucklescript.github.io/docs/en/interop-cheatsheet).
8+
- [ReasonML Syntax Cheatsheet](https://reasonml.github.io/docs/en/syntax-cheatsheet)
9+
to compare ReasonML syntax to JavaScript
10+
- [BuckleScript Cheatsheet](https://bucklescript.github.io/docs/en/interop-cheatsheet)
11+
to learn how to interop with JavaScript
1112

1213
@todo
1314

0 commit comments

Comments
 (0)