Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Nov 17, 2023
2 parents 6cf2e12 + 75ec9c8 commit 1848794
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 @@ -32,7 +32,7 @@ let data = RiTa.analyze("The elephant took a bite!");
console.log(data);

// to load a grammar
let grammar = RiTa.grammar(jsonRules);
let grammar = RiTa.grammar(rulesObjectOrJSON);
console.log(grammar.expand());
```

Expand Down

0 comments on commit 1848794

Please sign in to comment.