mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Merge pull request #1850 from XRPLF/bump-xrpljs-version-in-guide
fix: update getting started xrpl.js version
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user