Merge pull request #1850 from XRPLF/bump-xrpljs-version-in-guide

fix: update getting started xrpl.js version
This commit is contained in:
Rome Reginelli
2023-04-05 08:29:37 -07:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ How you load `xrpl.js` into your project depends on your development environment
Add a `<script>` tag such as the following to your HTML:
```html
<script src="https://unpkg.com/xrpl@2.0.0/build/xrpl-latest-min.js"></script>
<script src="https://unpkg.com/xrpl/build/xrpl-latest-min.js"></script>
```
You can load the library from a CDN as in the above example, or download a release and host it on your own website.