Skip to content

Commit

Permalink
fix: readme quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
dchoi27 authored Mar 30, 2023
1 parent 4d9ac33 commit cc9640c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cc9640c

Please sign in to comment.