From b8e3322d7fe1a9a07b30f4577fc9ab1be6a939f4 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Mon, 25 Mar 2019 13:32:11 +0000 Subject: [PATCH] docs: Update examples in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';