diff --git a/README.md b/README.md index b0f683b6..88e02ed9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ openstapps-core-tools schema src/core lib/schema ### Using the validator programatically ```typescript -import {Validator} from '@openstapps/core-tools'; +import {Validator} from '@openstapps/core-tools/lib/validate'; import {SCDish, SCThingType} from '@openstapps/core'; import {ValidatorResult} from 'jsonschema'; import {join} from 'path';