Skip to content

Commit c230cb4

Browse files
authored
docs: update
1 parent 4a27f92 commit c230cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var value = mexp.eval(exp); // 2 + 2
6060

6161
1. Defining a token
6262

63-
A token is defined similar way as 1.x version. You may refer to test file on examples on how to add tokens. Since this package is TS compatible, you will get autocomplete on `mexp.addToken`
63+
A token is defined similar way as [1.x version](http://bugwheels94.github.io/math-expression-evaluator/). You may refer to test file on examples on how to add tokens. Since this package is TS compatible, you will get autocomplete on `mexp.addToken`
6464

6565

6666
2. Adding tokens using addToken method of mexp object

0 commit comments

Comments
 (0)