diff --git a/workspaces/server/README.md b/workspaces/server/README.md index 69f41769..d9d2e544 100644 --- a/workspaces/server/README.md +++ b/workspaces/server/README.md @@ -48,7 +48,7 @@ httpServer.listen(port, async() => { ## API -### `buildServer(dataFilePath: string, options: BuildServerOptions): polka` +### `buildServer(dataFilePath: string, options: BuildServerOptions): http.Server` Creates and configures a Node.js HTTP server instance for the NodeSecure CLI.