From be3f6293985f05728119187c2517b964a94229dc Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 17 Jan 2023 13:53:01 -0500 Subject: [PATCH] docs: fixed typos and better examples --- docs.wrm/getting-started.wrm | 10 +++++++--- docs.wrm/index.wrm | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs.wrm/getting-started.wrm b/docs.wrm/getting-started.wrm index 64d16d531..906a725f3 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 + /home/ricmoo/test-ethers> npm install ethers@beta-exports _null: @@ -249,11 +249,15 @@ service (such as [[link-metamask]]) which provides strictly gated access and requires feedback to the user to approve or reject operations. -_code: @lang