Skip to content

Commit 911682d

Browse files
authored
fix: Update typescript example in README (#210)
1 parent 9cab49f commit 911682d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ You can generate schema types for your own workspace with [@ftrack/ts-schema-gen
4141
Once generated, you can integrate them with @ftrack/api by passing them as a type variable:
4242

4343
```ts
44-
import SchemaTypes from "./__generated__/schema.ts"
45-
import { Session } from @ftrack/api
44+
import SchemaTypes from "./__generated__/schema.ts";
45+
import { Session } from "@ftrack/api";
4646

4747
const session = new Session<SchemaTypes>(...);
4848

0 commit comments

Comments
 (0)