diff --git a/README.md b/README.md index 2b72ef8..11b3b11 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ const sample = [ ]; systemSchema.warnings; // Inspect warnings after build -systemSchema.calc(sample); // Will assign calculated fields +systemSchema.calculate(sample); // Will assign calculated fields systemSchema.test(sample); // Schema validation systemSchema.dts('SystemInterface'); // Typescript generation systemSchema.pull('userSchema').test(sample[0]); // Subschema validation