From f696c012272fbb6956cc5d390d6504d19886713f Mon Sep 17 00:00:00 2001 From: Michael Mclaughlin Date: Fri, 8 Nov 2013 16:52:28 +0000 Subject: [PATCH] Added link to online docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 795d18e..706a086 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ The value of a BigNumber is stored in a decimal floating point format in terms o x.e // 2 exponent x.s // -1 sign -For futher information see the API reference in the *doc* folder. +For futher information see the [API](http://mikemcl.github.io/bignumber.js/) reference from the *doc* folder. ## Test