From 20191b63bd4069b080b9f711ea16d9cb0a299ac1 Mon Sep 17 00:00:00 2001 From: Caleb Kniffen Date: Tue, 28 Mar 2023 13:00:45 -0500 Subject: [PATCH] fix: update getting started xrpl.js version Previously version 2.0.0 was pointed to which is very old. --- content/tutorials/get-started/get-started-using-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/get-started/get-started-using-javascript.md b/content/tutorials/get-started/get-started-using-javascript.md index bcfec2a17e..3d91f36b6c 100644 --- a/content/tutorials/get-started/get-started-using-javascript.md +++ b/content/tutorials/get-started/get-started-using-javascript.md @@ -61,7 +61,7 @@ How you load `xrpl.js` into your project depends on your development environment Add a ` + ``` You can load the library from a CDN as in the above example, or download a release and host it on your own website.