File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Multi-platform Docker container with utilities to process Mailbox files (`formai
1212
1313## Example without using the filesystem
1414
15- Let's say that you want to convert an AsciiDoc file intput.mbox in your current working directory to HTML:
15+ Let's say that you want to convert an Mailbox file intput.mbox in your current working directory to HTML:
1616
1717** Mac/Linux**
1818
@@ -28,7 +28,7 @@ type intput.mbox | docker run --rm -i --net=none leplusorg/mbox asciidoc -o - >
2828
2929## Example using the filesystem
3030
31- Same thing, assuming that you want to convert an AsciiDoc file intput.mbox in your current working directory to HTML:
31+ Same thing, assuming that you want to convert an Mailbox file intput.mbox in your current working directory to HTML:
3232
3333** Mac/Linux**
3434
You can’t perform that action at this time.
0 commit comments