Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update authorize to login #140

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading