Skip to content

Commit

Permalink
rename the repeated variable in README, example script
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitharaju committed Dec 20, 2018
1 parent 606c1b3 commit d8c809e
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 @@ -16,7 +16,7 @@ To use it from your node application:
```
var grammar = require('usfm-grammar)
var jsonOutput = garmmar.parse(/**The USFM Text to be converted to JSON**/)
var jsonOutput = grammar.parse(/**The USFM Text to be converted to JSON**/,grammar.SCRIPTURE)
var jsonCleanOutput = grammar.parse(/**The USFM Text to be converted to JSON**/,grammar.SCRIPTURE)
var usfmValidity = grammar.validate(/**USFM Text to be checked**/)
```

Expand Down

0 comments on commit d8c809e

Please sign in to comment.