Skip to content

Commit 341c735

Browse files
authored
Merge pull request #25 from UncleGrumpy/docs
Fix typos in README
2 parents ecdb6c2 + 264814b commit 341c735

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
@@ -120,7 +120,7 @@ To create an AVM file from a list of beam files, use the `create` sub-command to
120120

121121
This command will create an AtomVM AVM file suitable for use with AtomVM.
122122

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:
124124

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

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

236-
| Key | Type | Deafult | Description |
236+
| Key | Type | Default | Description |
237237
|-----|------|---------|-------------|
238238
| `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. |
239239
| `start` | `module()` | n/a | Specify the start module, if it can't be determined automatically from the application. |

0 commit comments

Comments
 (0)