Skip to content

Commit

Permalink
docs: clarify startWithArgs inputs in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Mar 16, 2022
1 parent 2edd052 commit de9155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Starts the nodejs-mobile runtime thread with a file inside the `nodejs-project`
| command | <code>string</code> |
| options | <code>[StartupOptions](#ReactNative.StartupOptions)</code> |

Starts the nodejs-mobile runtime thread with a file inside the `nodejs-project` directory and passes provided arguments down to it.
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'`.

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

Expand Down

0 comments on commit de9155b

Please sign in to comment.