Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Nov 19, 2021
1 parent ebe0819 commit fc90aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ The NPM packager supports the following `packagerOptions`:

| Option | Type | Default | Description |
| ------------------ | ---- | ------- | --------------------------------------------------- |
| noInstall | bool | false | Do not run npm install (assume install completed) |
| noInstall | bool | false | Do not run `npm install` (assume install completed) |

##### Yarn

Expand All @@ -386,7 +386,7 @@ The yarn packager supports the following `packagerOptions`:
| Option | Type | Default | Description |
| ------------------ | ---- | ------- | --------------------------------------------------- |
| ignoreScripts | bool | false | Do not execute package.json hook scripts on install |
| noInstall | bool | false | Do not run yarn install (assume install completed) |
| noInstall | bool | false | Do not run `yarn install` (assume install completed)|
| noFrozenLockfile | bool | false | Do not require an up-to-date yarn.lock |
| networkConcurrency | int | | Specify number of concurrent network requests |

Expand Down Expand Up @@ -507,7 +507,6 @@ custom:
This can be useful, in case you want to upload the source maps to your Error
reporting system, or just have it available for some post processing.


#### Nodejs custom runtime

If you are using a nodejs custom runtime you can add the property `allowCustomRuntime: true`.
Expand All @@ -521,6 +520,7 @@ exampleFunction:

⚠️ **Note: this will only work if your custom runtime and function are written in JavaScript.
Make sure you know what you are doing when this option is set to `true`**

#### Examples

You can find an example setups in the [`examples`][link-examples] folder.
Expand Down

0 comments on commit fc90aee

Please sign in to comment.