Skip to content

Commit

Permalink
docs: update authorize to login (#140)
Browse files Browse the repository at this point in the history
Closes #139

---------

Co-authored-by: Benjamin Goering <[email protected]>
  • Loading branch information
vasco-santos and gobengo authored Dec 11, 2023
1 parent c3eb4ac commit 1b89f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Install the CLI from npm (**requires Node 18 or higher**):
npm install -g @web3-storage/w3cli
```

Authorize this agent to act on behalf of the account associated with your email address:
Login with this agent to act on behalf of the account associated with your email address:

```console
w3 authorize [email protected]
w3 login [email protected]
```

Create a new Space for storing your data and register it:
Expand Down Expand Up @@ -127,7 +127,7 @@ List spaces known to the agent.
### `w3 space register`

Register the space by adding a storage provider and delegating all of its
capabilities to the currently authorized account. If you are authorized against
capabilities to the currently logged in account. If you are authorized against
more than one account you'll need to pass the `--email` option to specify which account to
register the space with.

Expand Down

0 comments on commit 1b89f14

Please sign in to comment.