Skip to content

Commit

Permalink
docs: use new Ajv in runkit example
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 17, 2017
1 parent 995822f commit 8cb411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tonic_example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Ajv = require('ajv');
var ajv = Ajv({allErrors: true});
var ajv = new Ajv({allErrors: true});

var schema = {
"properties": {
Expand Down

0 comments on commit 8cb411a

Please sign in to comment.