From 71fd8739468813d4ac618ed0e22d2d4c446fdb23 Mon Sep 17 00:00:00 2001 From: Daniel Marin <60114322+danielmarin0051@users.noreply.github.com> Date: Mon, 12 Sep 2022 07:20:32 -0700 Subject: [PATCH] Fix typo in examples-markdown.md (#4893) --- docs/examples-markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples-markdown.md b/docs/examples-markdown.md index fad4730f1a..a6fea71970 100644 --- a/docs/examples-markdown.md +++ b/docs/examples-markdown.md @@ -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 ``` -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 # Hello!