diff --git a/node.js/cds-serve.md b/node.js/cds-serve.md
index 9ea5517c3..67e3a38bb 100644
--- a/node.js/cds-serve.md
+++ b/node.js/cds-serve.md
@@ -86,14 +86,14 @@ app.listen()
This uses these defaults for all options:
-| Option | Description | Default |
-| ------ | ----------- | ------- |
-| cds.serve ... | which services to construct | `'all'` services
-| ↳.from | models to load definitions from | `'./srv'` folder
-| ↳.in | express app to mount to | — none —
-| ↳.to | client protocol to serve to | `'fiori'`
-| ↳.at | endpoint path to serve at | [`@path`](#path) or `.name`
-| ↳.with | implementation function | `@impl` or `._source`.js
+| Option | Description | Default |
+|----------------------|---------------------------------|-----------------------------|
+| cds.serve ... | which services to construct | `'all'` services |
+| ↳ .from | models to load definitions from | `'./srv'` folder |
+| ↳ .in | express app to mount to | — none — |
+| ↳ .to | client protocol to serve to | `'fiori'` |
+| ↳ .at | endpoint path to serve at | [`@path`](#path) or `.name` |
+| ↳ .with | implementation function | `@impl` or `._source`.js |
Alternatively you can construct services individually, also from other models, and also mount them yourself, as document in the subsequent sections on individual fluent API options.