diff --git a/packages/integration-sdk-core/docs/createIntegrationHelpers.md b/packages/integration-sdk-core/docs/createIntegrationHelpers.md index 8a2aecac4..9b3ee904f 100644 --- a/packages/integration-sdk-core/docs/createIntegrationHelpers.md +++ b/packages/integration-sdk-core/docs/createIntegrationHelpers.md @@ -111,7 +111,7 @@ export const { createEntityType, createEntityMetadata } = ``` 3. Replace INTEGRATION_NAME with the name of your integration -4. Create a file named entities.ts in the src folder of your integration and add +4. Create a file named entity-definition.ts in the src folder of your integration and add all entities as the following EXAMPLE code: ```typescript