Skip to content

Commit 6c8abbc

Browse files
committed
[ci skip] fix a typo in docs
1 parent 5cb5eec commit 6c8abbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NPM-Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Your command line would be like this
4848

4949
```
5050
bsc -js-npm-package-include ocaml-library1 -js-npm-package-include
51-
ocaml-library2 -js-npm-output-path -c $npm_package_name:lib/js/ -c a.ml
51+
ocaml-library2 -js-npm-output-path $npm_package_name:lib/js/ -c a.ml
5252
```

0 commit comments

Comments
 (0)