From cc9640cda18da7d496f3c60521ae42e47e4ccb4f Mon Sep 17 00:00:00 2001 From: David Choi Date: Wed, 29 Mar 2023 22:48:05 -0700 Subject: [PATCH] fix: readme quickstart --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6898ea1..f195f77 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ Create a new space for storing your data and register it: ```console w3 space create Documents # pick a good name! -w3 space register +w3 space register # defaults to registering you with web3.storage +# to use w3up nft.storage as a storage provider instead of default did:web:web3.storage +# w3 space register --provider did:web:nft.storage ``` > By registering your w3up beta Space with either [NFT.Storage](http://nft.storage/) or [web3.storage](http://web3.storage/), you agree to the relevant w3up beta Terms of Service ([web3.storage](https://console.web3.storage/terms), [NFT.Storage](https://console.nft.storage/terms)). If you have an existing non-w3up beta account with NFT.Storage or web3.storage and register for the w3up beta version of the same product (NFT.Storage or web3.storage) using the same email, then at the end of the beta period, these accounts will be combined. Until the beta period is over and this migration occurs, uploads to w3up will not appear in your NFT.Storage or web3.storage account (and vice versa), even if you register with the same email.