fix module type in example

This commit is contained in:
Joel Wetzell
2025-12-11 19:43:50 -06:00
parent a6debbc175
commit 6842d8c9e6
+1 -1
View File
@@ -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