Update docs/features/software-catalog/extending-the-model.md

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-05-21 09:51:12 +02:00
committed by GitHub
parent 82c91d5f6b
commit 31864cc9b4
@@ -590,7 +590,7 @@ export class FoobarEntitiesProcessor implements CatalogProcessor {
#### New Backend
To them use your custom processor, you'll need to add the module to your backend as well as integrate your module with the catalog plugin.
To use your custom processor, you'll need to add the module to your backend as well as integrate your module with the catalog plugin.
```ts title="plugins/catalog-backend-module-foobar/src/index.ts"
import {