From 6842d8c9e6179ea5e640699e1fcc6371bf3fc9dd Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 11 Dec 2025 19:43:50 -0600 Subject: [PATCH] fix module type in example --- src/content/docs/examples/http-to-osc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/examples/http-to-osc.md b/src/content/docs/examples/http-to-osc.md index 975fab5..95f97c0 100644 --- a/src/content/docs/examples/http-to-osc.md +++ b/src/content/docs/examples/http-to-osc.md @@ -8,7 +8,7 @@ This config starts an HTTP server listening on port `3000`. Any HTTP request com # config.yaml modules: - id: http - type: net.http.server + type: http.server params: port: 3000 - id: udp