Skip to content

Commit

Permalink
docs: remove beta target in getting started docs (#4147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 15, 2023
1 parent 4d2e1ff commit 71606b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.wrm/getting-started.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If using NPM, you must first install Ethers.

_code: installing via NPM @lang<shell>
# Install ethers
/home/ricmoo/test-ethers> npm install ethers@beta-exports
/home/ricmoo/test-ethers> npm install ethers

_null:

Expand All @@ -35,7 +35,7 @@ _code: importing in Node.js @lang<script>

_code: importing ESM in a browser @lang<script>
<script type="module">
import { ethers } from "https://cdnjs.cloudflare.com/ajax/libs/ethers/5.7.2/ethers.min.js";
import { ethers } from "https://cdnjs.cloudflare.com/ajax/libs/ethers/6.7.0/ethers.min.js";
// Your code here...
</script>

Expand Down

0 comments on commit 71606b5

Please sign in to comment.