From e809eadf8d608cd8c8a78c08a2e3547dd09156cf Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sun, 15 Dec 2019 02:08:02 -0500 Subject: [PATCH] Updated README. --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e97ec5628..5644737a29 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ The Ethers Project ================== -**EXPERIMENTAL!!!** +**EXPERIMENTAL** -This is just a development version to experiment with lerna. +This branch is the next release of ethers.js, which should +be promoted to the official release shortly. -**Do NOT use** +I would recommend it for most new projects and personally use +it for my own projects. + +The [new documentation](https://docs-beta.ethers.io) is still a +bit sparse, but is coming along as well and will be complete +before the promotion to master. Installing @@ -17,10 +23,18 @@ Installing /home/ricmoo/some_project> npm install --save ethers@next ``` -**browser** +**browser (UMD)** + +``` + +``` + +**browser (ESM)** ``` - ```