diff --git a/README.md b/README.md index cf73a3b..4849879 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ You can generate schema types for your own workspace with [@ftrack/ts-schema-gen Once generated, you can integrate them with @ftrack/api by passing them as a type variable: ```ts -import SchemaTypes from "./__generated__/schema.ts" -import { Session } from @ftrack/api +import SchemaTypes from "./__generated__/schema.ts"; +import { Session } from "@ftrack/api"; const session = new Session(...);