Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
CuberL committed Sep 14, 2020
1 parent 0cad544 commit 41da402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ yarn add easy-oas3-parser
### Usage

``` typescript
import * as Parser from 'easy-oas3-parser'
import Parser from 'easy-oas3-parser'
import * as fs from 'fs'

const schema = fs.readFileSync('example.json');
Expand Down

0 comments on commit 41da402

Please sign in to comment.