From abc09576bd0f06e881b250012cc94c535b2d577f Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Thu, 18 Jan 2024 10:53:01 +0000 Subject: [PATCH] docs: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c80ec4e..2f1c938 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ` shown above. +- Use the `did` value from that output as the audience for `w3 delegation create ` shown above. - Use the output of `w3 delegation create --base64` as the `proof` for this action. ## Inputs