diff --git a/hello-wasm/README.md b/hello-wasm/README.md index efe1a3f..c15f581 100644 --- a/hello-wasm/README.md +++ b/hello-wasm/README.md @@ -84,7 +84,7 @@ Now that Dapr and the Node.js app are running, you can invoke the echo method. Here's an example using dapr ```sh -$ dapr invoke --verb GET --app-id embedded --method 1 +$ dapr invoke --verb GET --app-id embedded --method 1 /v1.0/invoke/embedded/method/1 ✅ App invoked successfully ``` diff --git a/hello-wasm/components/wasm.yaml b/hello-wasm/components/wasm.yaml index 5ce5ac2..6483202 100644 --- a/hello-wasm/components/wasm.yaml +++ b/hello-wasm/components/wasm.yaml @@ -6,5 +6,5 @@ spec: type: middleware.http.wasm version: v1 metadata: - - name: path - value: "./wasm/main.wasm" + - name: url + value: "file://wasm/main.wasm"