From 287b4073dcfd25103c4dbad822b84b134d587f59 Mon Sep 17 00:00:00 2001 From: reviewher <24845478+reviewher@users.noreply.github.com> Date: Tue, 1 Oct 2019 04:09:01 -0400 Subject: [PATCH] Identify and link to dependencies in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ab2896..349f3bd5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ JavaScript implementation of most Microsoft Excel formula functions USAGE ----- -Formulas depends on the following Open source Javascript libraries: Numeric, NumeralJs and jStats. +Formulas depends on the following Open source Javascript libraries: [Numeric](https://github.com/sloisel/numeric), [Numeral.js](https://github.com/adamwdraper/Numeral-js) and [jStat](https://github.com/jstat/jstat/). Include them as follow to use formula.js in your browser: ```html