Skip to content

Commit 9ccf0b7

Browse files
committed
Fix typos in README
Just typo fixes. Signed-off-by: Winford <[email protected]>
1 parent 2daea6d commit 9ccf0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To create an AVM file from a list of beam files, use the `create` sub-command to
115115

116116
This command will create an AtomVM AVM file suitable for use with AtomVM.
117117

118-
The input files specified in the create subcommand may be among the following types:
118+
The input files specified in the create sub-command may be among the following types:
119119

120120
* compiled BEAM files (typically ending in `.beam`)
121121
* Previously created AVM files
@@ -228,7 +228,7 @@ To create a PackBEAM file, use the `packbeam_api:create/2` function. Specify th
228228

229229
Alternatively, you may specify a set of options with the `packbeam_api:create/3` function, which takes a map as the third parameter.
230230

231-
| Key | Type | Deafult | Description |
231+
| Key | Type | Default | Description |
232232
|-----|------|---------|-------------|
233233
| `prune` | `boolean()` | `false` | Specify whether to prune the output AVM file. Pruned AVM files can take considerably less space and hence may lead to faster development times. |
234234
| `start` | `module()` | n/a | Specify the start module, if it can't be determined automatically from the application. |

0 commit comments

Comments
 (0)