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
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ To create an AVM file from a list of beam files, use the `create` sub-command to
120
120
121
121
This command will create an AtomVM AVM file suitable for use with AtomVM.
122
122
123
-
The input files specified in the create subcommand may be among the following types:
123
+
The input files specified in the create sub-command may be among the following types:
124
124
125
125
* compiled BEAM files (typically ending in `.beam`)
126
126
* Previously created AVM files
@@ -233,7 +233,7 @@ To create a PackBEAM file, use the `packbeam_api:create/2` function. Specify th
233
233
234
234
Alternatively, you may specify a set of options with the `packbeam_api:create/3` function, which takes a map as the third parameter.
235
235
236
-
| Key | Type |Deafult| Description |
236
+
| Key | Type |Default| Description |
237
237
|-----|------|---------|-------------|
238
238
|`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. |
239
239
|`start`|`module()`| n/a | Specify the start module, if it can't be determined automatically from the application. |
0 commit comments