mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 12:32:57 +00:00
docs: Update examples in README.md
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user