From f1e0208b08100d0b88ba0abcb51749f9c38f562d Mon Sep 17 00:00:00 2001 From: Ros Mc Mahon Date: Fri, 20 Sep 2024 06:11:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 856b89a..81a7725 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Arweave JS is the JavaScript/TypeScript SDK for interacting with the Arweave network and uploading data to the permaweb. It works in latest browsers and Node JS. > **Notes:** -> 1. If you are planning to upload large batches of data transactions to the Arweave network, it is strongly advised that you use [ArBundles](https://github.com/DHA-Team/arbundles) instead of transactions with Arweave.js. You can read about bundles and their advantages on the [Arwiki](https://arwiki.wiki/#/en/bundles). +> 1. If you are planning to upload large batches of data transactions to the Arweave network, it is strongly advised that you use [@DHA-Team/ArBundles](https://github.com/DHA-Team/arbundles) instead of transactions with Arweave.js. You can read about bundles and their advantages on the [Arwiki](https://arwiki.wiki/#/en/bundles). > 2. When working with NodeJS a minimum version of 18+ is required. Bun/Deno not currently working. - [Arweave JS](#arweave-js)