You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ To create an AVM file from a list of beam files, use the `create` sub-command to
115
115
116
116
This command will create an AtomVM AVM file suitable for use with AtomVM.
117
117
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:
119
119
120
120
* compiled BEAM files (typically ending in `.beam`)
121
121
* Previously created AVM files
@@ -228,7 +228,7 @@ To create a PackBEAM file, use the `packbeam_api:create/2` function. Specify th
228
228
229
229
Alternatively, you may specify a set of options with the `packbeam_api:create/3` function, which takes a map as the third parameter.
230
230
231
-
| Key | Type |Deafult| Description |
231
+
| Key | Type |Default| Description |
232
232
|-----|------|---------|-------------|
233
233
|`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. |
234
234
|`start`|`module()`| n/a | Specify the start module, if it can't be determined automatically from the application. |
0 commit comments