Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olizilla authored Jan 18, 2024
1 parent 19267b3 commit abc0957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ with:
### Generating a `secret_key` and `proof`

On your dev machine, use [w3cli] to generate a `secret_key` and `proof` to allow this action to upload to a space on.
On your dev machine, use [w3cli] to generate a `secret_key` and `proof` to allow this action to upload to a space.

Install it from npm and login as described here https://web3.storage/docs/quickstart/ then create a key like this:

Expand Down Expand Up @@ -53,7 +53,7 @@ The capabilies `store/add` and `upload/add` are the minimum required to upload f
To recap:

- Use the `key` value from the output of `w3 key create --json` as the `secret_key` for this action.
- Use the `did value from that output as the audience for `w3 delegation create <audience>` shown above.
- Use the `did` value from that output as the audience for `w3 delegation create <audience>` shown above.
- Use the output of `w3 delegation create <audience> --base64` as the `proof` for this action.

## Inputs
Expand Down

0 comments on commit abc0957

Please sign in to comment.