From 71606b5799e3cfd12b2920301f251148f2d653c5 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 15 Aug 2023 00:56:12 -0400 Subject: [PATCH] docs: remove beta target in getting started docs (#4147) --- docs.wrm/getting-started.wrm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.wrm/getting-started.wrm b/docs.wrm/getting-started.wrm index 27a0e85207..19d800ab4f 100644 --- a/docs.wrm/getting-started.wrm +++ b/docs.wrm/getting-started.wrm @@ -11,7 +11,7 @@ If using NPM, you must first install Ethers. _code: installing via NPM @lang # Install ethers - /home/ricmoo/test-ethers> npm install ethers@beta-exports + /home/ricmoo/test-ethers> npm install ethers _null: @@ -35,7 +35,7 @@ _code: importing in Node.js @lang