Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
christianp authored Aug 8, 2018
1 parent 2a6f079 commit 2b7afbe
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 @@ -12,7 +12,7 @@ However, in environments where modules are supported, usage goes like this:
```
import AsciiMathParser from './asciimath2tex.js';
const parser = new Parser();
const parser = new AsciiMathParser();
const tex = parser.parse("int_(i=1)^10 x^2/2 dx");
```

Expand Down

0 comments on commit 2b7afbe

Please sign in to comment.