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