From 90b70e54ddaec015cad712564a773b6c48797598 Mon Sep 17 00:00:00 2001 From: KristalCode <120613994+kyorkJ1@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:17:59 -0400 Subject: [PATCH] Update createIntegrationHelpers.md --- packages/integration-sdk-core/docs/createIntegrationHelpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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