From 9eadcccb7aac944ea571acf5f39e9880b2914168 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 16 Sep 2024 17:16:00 +0100 Subject: [PATCH] fix: trigger release --- packages/w3up-client/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/w3up-client/README.md b/packages/w3up-client/README.md index 9198e5559..05cfc9f9d 100644 --- a/packages/w3up-client/README.md +++ b/packages/w3up-client/README.md @@ -9,7 +9,6 @@ ## About - `@web3-storage/w3up-client` is a JavaScript library that provides a convenient interface to the w3up platform, a simple "on-ramp" to the content-addressed decentralized IPFS network. This library is the user-facing "porcelain" client for interacting with w3up services from JavaScript. It wraps the lower-level [`@web3-storage/access`][access-client-github] and [`@web3-storage/upload-client`][upload-client-github] client packages, which target individual w3up services. We recommend using `w3up-client` instead of using those "plumbing" packages directly, but you may find them useful if you need more context on w3up's architecture and internals.