fix: update getting started xrpl.js version

Previously version 2.0.0 was pointed to which is very old.
This commit is contained in:
Caleb Kniffen
2023-03-28 13:00:45 -05:00
committed by GitHub
parent 243fb7a964
commit 20191b63bd

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.