diff --git a/examples/quickstart/hello-world-application.yaml b/examples/quickstart/hello-world-application.yaml index 42d0877..967c8e3 100644 --- a/examples/quickstart/hello-world-application.yaml +++ b/examples/quickstart/hello-world-application.yaml @@ -16,8 +16,6 @@ spec: - name: http-component type: component properties: - # To use the locally compiled code in this folder, use the line below instead after running `wash build`: - # image: file://./build/http_hello_world_s.wasm image: ghcr.io/wasmcloud/components/http-hello-world-rust:0.1.0 traits: # Govern the spread/scheduling of the component