From fe43ed7a6d5c429ddfbb66c716d0eabfeff74177 Mon Sep 17 00:00:00 2001 From: Loong Dai Date: Tue, 27 Sep 2022 11:47:40 +0800 Subject: [PATCH] fix the example code (#2811) Signed-off-by: Loong Signed-off-by: Loong --- .../supported-middleware/middleware-wasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md index 7740073cb..343b25a12 100644 --- a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md +++ b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md @@ -100,7 +100,7 @@ If using TinyGo, compile as shown below and set the spec metadata field named "path" to the location of the output (ex "example.wasm"): ```bash -tinygo build -o example.wasm -scheduler=none --no-debug -target=wasi example.go` +tinygo build -o example.wasm -scheduler=none --no-debug -target=wasi example.go ``` ## Related links