Skip to content

Commit c3ad81d

Browse files
committed
Merge pull request #10 from convenient/master
Correctly camel case validateSchema in Readme
2 parents 62c6f7d + a16a2fa commit c3ad81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $schema = new MetaYaml($schema);
4747
it can take some time (up to a second for a few hundred lines)
4848
so do it only once, and maybe only in development!
4949
*/
50-
$schema->validate_schema(); // return true or throw an exception
50+
$schema->validateSchema(); // return true or throw an exception
5151

5252
// you could also have done this at init
5353
$schema = new MetaYaml($schema, true); // will load AND validate the schema

0 commit comments

Comments
 (0)