Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit f9207ca

Browse files
change test.js to test.re in readme (#157)
change test.js to test.re in readme
1 parent 88e5962 commit f9207ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Update jest snapshots:
6666

6767
Debug a file:
6868
```sh
69-
# write code in test.js
70-
./lib/rescript.exe test.js # test printer
71-
./lib/rescript.exe -print ast test.js # print ast
72-
./lib/rescript.exe -print ml test.js # show ocaml code
73-
./lib/rescript.exe -print res -width 80 test.js # test printer and change default print width
69+
# write code in test.res
70+
./lib/rescript.exe test.res # test printer
71+
./lib/rescript.exe -print ast test.res # print ast
72+
./lib/rescript.exe -print ml test.res # show ocaml code
73+
./lib/rescript.exe -print res -width 80 test.res # test printer and change default print width
7474
```
7575

7676
Benchmark:

0 commit comments

Comments
 (0)