xrpl 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/xrpl-latest-min.js +1 -1
- package/build/xrpl-latest.js +15 -15
- package/package.json +10 -7
package/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# xrpl.js
|
2
2
|
|
3
3
|
This package includes the `xrpl` library. This repository uses a monorepo
|
4
|
-
layout. Please find the README for `xrpl` [here](https://github.com/XRPLF/xrpl.js/tree/
|
4
|
+
layout. Please find the README for `xrpl` [here](https://github.com/XRPLF/xrpl.js/tree/main/README.md).
|
5
5
|
|
6
6
|
READMEs for other packages in this monorepo are located at the root of their
|
7
7
|
package, but since newcomers to XRPL are likely to want to use the `xrpl`
|