From b61e93840f02f9c52e50a0d8123f2b2ed8a9c1f2 Mon Sep 17 00:00:00 2001 From: Matthew Dickenson Date: Tue, 29 Nov 2016 11:11:18 -0700 Subject: [PATCH] Update readme to reflect version 3.x.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e48c6c5..b979eed 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ For the browser, see *every-test.html* and *single-test.html* in the *test/brows ## Versions -This is version 2.x.x of the library, for version 1.x.x see the tagged releases or switch to the 'original' branch. The advantages of version 2 are that it is considerably faster for numbers with many digits and that there are a some added methods (see Change Log below). The disadvantages are more lines of code and increased code complexity, and the loss of simplicity in no longer having the coefficient of a BigNumber stored in base 10. The 'original' version will continue to be supported. +Version 1.x.x of this library is still supported on the 'original' branch. The advantages of later versions are that they are considerably faster for numbers with many digits and that there are some added methods (see Change Log below). The disadvantages are more lines of code and increased code complexity, and the loss of simplicity in no longer having the coefficient of a BigNumber stored in base 10. ## Performance