Skip to content

Commit 37b3705

Browse files
authored
Merge pull request #28 from ipfs/fix-docs
docs: refine storache-key
2 parents f3c296c + d549997 commit 37b3705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The signing key and proof will be used as [inputs](#inputs) to the action.
5656
| `cluster-url` | IPFS Cluster URL to pass to `ipfs-cluster-ctl --host` |
5757
| `cluster-user` | IPFS Cluster username for basic http auth |
5858
| `cluster-password` | IPFS Cluster password for basic http auth |
59-
| `storacha-key` | Storacha base64 encoded key to use to sign UCAN invocations. Create one using `w3 key create --json`. See: https://github.com/storacha/w3cli#w3_principal |
59+
| `storacha-key` | Storacha base64 encoded key to use to sign UCAN invocations. Create one using `w3 key create --json` (and use `key` from the output). See: https://github.com/storacha/w3cli#w3_principal |
6060
| `storacha-proof` | Storacha Base64 encoded proof UCAN with capabilities for the space. Create one using `w3 delegation create did:key:DID_OF_KEY -c space/blob/add -c space/index/add -c filecoin/offer -c upload/add --base64` |
6161

6262
> [!IMPORTANT]

0 commit comments

Comments
 (0)