Skip to content

Commit

Permalink
docs: update readme (#1094)
Browse files Browse the repository at this point in the history
Remove mentions of beta and updates links.
  • Loading branch information
heyjay44 authored Nov 15, 2023
1 parent 2f82ea5 commit fdcb02d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/w3up-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
<a href="https://github.com/web3-storage/w3up-client/blob/main/LICENSE.md"><img alt="License: Apache-2.0 OR MIT" src="https://img.shields.io/badge/LICENSE-Apache--2.0%20OR%20MIT-yellow?style=for-the-badge" /></a>
</p>

> ### ⚠️❗ w3up-client and the available hosted APIs are currently beta preview features
> Please read the beta [Terms of Service](https://console.web3.storage/terms) for more details.
>
> Open an issue on the repo or reach out to the #web3-storage channel on [IPFS Discord](https://docs.ipfs.tech/community/chat/#discord) if you have any
questions!

## 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.
Expand Down Expand Up @@ -96,7 +90,7 @@ flowchart TD

All uses of `w3up-client` to upload with web3.storage follow the flow above. This section shows the most basic way to use the client to start storing data. For more complex integration options, check out the [integration options][https://github.com/web3-storage/w3up/blob/main/packages/w3up-client/README.md#integration-options] docs. For reference, check out the [API reference docs][docs] or the source code of the [`w3up-cli` package][w3up-cli-github], which uses `w3up-client` throughout.

> By you or your users registering a w3up beta Space via email confirmation with [web3.storage](http://web3.storage), you agree to the beta [Terms of Service](https://console.web3.storage/terms). Uploads to w3up will not appear in your web3.storage account (and vice versa).
> By you or your users registering a w3up Space via email confirmation with [web3.storage](http://web3.storage), you agree to the [Terms of Service](https://web3.storage/docs/terms/).
#### Creating a client object

Expand Down

0 comments on commit fdcb02d

Please sign in to comment.