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 faf6b43e1..369f74033 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 @@ -90,7 +90,7 @@ func rewrite(requestURI []byte) ([]byte, error) { } ``` -If using TinyGo, compile like so and set the `path` attribute to the output: +If using TinyGo, compile as shown below and set the `path` attribute to the output: ```bash tinygo build -o example.wasm -scheduler=none --no-debug -target=wasi example.go` ```