Skip to content

Commit

Permalink
Merge pull request #21 from domoritz/patch-1
Browse files Browse the repository at this point in the history
Move (
  • Loading branch information
silentmatt committed Jan 17, 2015
2 parents f369ecd + 4cd3e46 commit 383ad23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ This library is a modified version of Raphael Graf’s ActionScript Expression
Parser. When I wrote the JavaScript Function Plotter, I wanted a better
alternative to using JavaScript’s eval function. There’s no security risk
currently, because you can only run code in your own browser, but it’s not as
convenient for math `(Math.pow(2, x)` instead of `2^x`, etc.).
convenient for math (`Math.pow(2, x)` instead of `2^x`, etc.).

Documentation (incomplete, of course)
-------------------------------------
Expand Down

0 comments on commit 383ad23

Please sign in to comment.