Skip to content

Commit b597caf

Browse files
kyorkJ1mscottford
authored andcommitted
Update createIntegrationHelpers.md
1 parent 3b903e3 commit b597caf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/integration-sdk-core/docs/createIntegrationHelpers.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ const [MACHINE_ENTITY, createComputerEntity] = createMultiClassEntityMetadata({
9696

9797
# How to use it in a current graph integration
9898

99-
1. Create a file named helpers.ts in the src folder of your integration
99+
1. Create a file named entity-defintions.ts in the src folder of your integration
100+
100101
2. Add the following code to the file:
101102

102103
```typescript
@@ -111,9 +112,7 @@ export const { createEntityType, createEntityMetadata } =
111112
```
112113

113114
3. Replace INTEGRATION_NAME with the name of your integration
114-
4. Create a file named entities.ts in the src folder of your integration and add
115-
all entities as the following EXAMPLE code:
116-
115+
4. Add all entities as the following EXAMPLE code:
117116
```typescript
118117
import { SchemaType } from '@jupiterone/integration-sdk-core';
119118
import { createEntityType, createEntityMetadata } from './helpers';

0 commit comments

Comments
 (0)