From 5a4a54cc81f435cc9146a8389600773a338e160e Mon Sep 17 00:00:00 2001 From: Javier Cejudo Date: Fri, 22 Jan 2016 20:22:41 +1100 Subject: [PATCH] docs(README): add link to javascript-shunting-yard --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e57b5a3..4c75c5f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ [![Coverage Status](https://coveralls.io/repos/javiercejudo/shunting-yard-arbitrary-precision/badge.svg?branch=master)](https://coveralls.io/r/javiercejudo/shunting-yard-arbitrary-precision?branch=master) [![Code Climate](https://codeclimate.com/github/javiercejudo/shunting-yard-arbitrary-precision/badges/gpa.svg)](https://codeclimate.com/github/javiercejudo/shunting-yard-arbitrary-precision) -Mathematical expression parser with arbitrary precision support -provided by the [arbitrary-precision](https://github.com/javiercejudo/arbitrary-precision) -package. +Arbitrary precision support on top of [javascript-shunting-yard](https://github.com/droptable/javascript-shunting-yard), a mathematical expression parser. ## Install