From c1ff11fbfe25547393020b9789acd70a7e678961 Mon Sep 17 00:00:00 2001 From: Ros Mc Mahon Date: Fri, 20 Sep 2024 05:59:58 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ab7c2b..856b89a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ 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/Bundler-Network/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. +> 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). +> 2. When working with NodeJS a minimum version of 18+ is required. Bun/Deno not currently working. - [Arweave JS](#arweave-js) - [Installation](#installation)