From d2e76aa1dfa3fb033f0f126f46f16278b0739db7 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 6 Sep 2024 05:44:43 +0100 Subject: README: Fix typo Signed-off-by: Andrew Clayton --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b469c0b..3fc254d 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ Components in C using the wasi-http interface. See the stuff under: c/wasi-http/0.2.0/ -They can be run under NGINX Unit with the wasm-wasi-component language moudle +They can be run under NGINX Unit with the wasm-wasi-component language module or under wasmtime (v24 works), e.g. $ wasmtime serve -Scli -Sinherit-env ./component.wasm -- cgit