Skip to content

Commit de9155b

Browse files
committed
docs: clarify startWithArgs inputs in the README
1 parent 2edd052 commit de9155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Starts the nodejs-mobile runtime thread with a file inside the `nodejs-project`
146146
| command | <code>string</code> |
147147
| options | <code>[StartupOptions](#ReactNative.StartupOptions)</code> |
148148

149-
Starts the nodejs-mobile runtime thread with a file inside the `nodejs-project` directory and passes provided arguments down to it.
149+
Starts the nodejs-mobile runtime thread with a file inside the `nodejs-project` directory and passes provided arguments down to it. `command` should usually include the scriptFileName as the first argument, for example `command = 'main.js --insecure-http-parser --zero-fill-buffers'`.
150150

151151
### nodejs.startWithScript(scriptBody [, options])
152152

0 commit comments

Comments
 (0)