diff --git a/node.js/cds-connect.md b/node.js/cds-connect.md index d0b38f721..f253666c4 100644 --- a/node.js/cds-connect.md +++ b/node.js/cds-connect.md @@ -191,7 +191,9 @@ _**Arguments:**_ _**Caching:**_ -Service instances are cached in [`cds.services`](cds-facade#cds-services), thus subsequent connects with the same service name return the initially connected one. As services constructed by [`cds.serve`] are registered with [`cds.services`](cds-facade#cds-services) as well, a connect finds and returns them as local service connections. +Service instances are cached in [`cds.services`](cds-facade#cds-services), thus subsequent connects with the same service name return the initially connected one. As services constructed by [`cds.serve`](cds-serve#cds-serve) are registered with [`cds.services`](cds-facade#cds-services) as well, a connect finds and returns them as local service connections. + +If _ad-hoc_ options are provided, the instance is not cached.