Fix typo in examples-markdown.md (#4893)

This commit is contained in:
Daniel Marin
2022-09-12 07:20:32 -07:00
committed by GitHub
parent 96bfd4e8c0
commit 71fd873946

View File

@@ -34,7 +34,7 @@ To grant the capability to read in a directory using the Wasmtime CLI, we need t
wasmtime --dir . my-wasi-program.wasm wasmtime --dir . my-wasi-program.wasm
``` ```
For this example, we will be passing a markdown file to our program called: `example-markdown.md`, that will exist in whatever our current directory (`./`) is. Our markdown file, `example-markdown.md`, will contain: For this example, we will be passing a markdown file to our program called: `example_markdown.md`, that will exist in whatever our current directory (`./`) is. Our markdown file, `example_markdown.md`, will contain:
```md ```md
# Hello! # Hello!