Skip to content

Commit dcdd244

Browse files
committed
Fixed optional parameter list
1 parent 3696b38 commit dcdd244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ hzCompile( source [, module = false [, standalone = false [, spawn = false ]]])
3838

3939
- The input JavaScript source code you would like to compile.
4040

41-
`module`
41+
`module` (*Optional*)
4242

4343
- If `true` then the compiled source code will be output as a HertzScript module. Defaults to `false`.
4444

45-
`standalone`
45+
`standalone` (*Optional*)
4646

4747
- If `true` then the compiled source code will be output as a self-running HertzScript module. Defaults to `false`.
4848

49-
`spawn`
49+
`spawn` (*Optional*)
5050

5151
- If `true` then `compileSpawn.js` will be used to detect and compile the `spawn` keyword. Defaults to `false`.
5252

0 commit comments

Comments
 (0)