Skip to content

Commit

Permalink
Fix import statement in code example in README (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiejo authored and tngan committed Jul 8, 2019
1 parent f541d02 commit 12e7412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To install the stable version
Starting from v2.6, multiple schema validators are now supported. You can simply set the validator via the following global method. We have four validator modules right now, and you can write your own. The `setSchemaValidator` is required since v2.6, it will throw error if you don't set at the beginning.

```js
import samlify = require('samlify');
import * as samlify from 'samlify';
import * as validator from '@authenio/samlify-xsd-schema-validator';
// import * as validator from '@authenio/samlify-validate-with-xmllint';
// import * as validator from '@authenio/samlify-node-xmllint';
Expand Down

0 comments on commit 12e7412

Please sign in to comment.