diff --git a/index.js b/index.js index 5dbdeac..b1e3f3f 100644 --- a/index.js +++ b/index.js @@ -384,7 +384,7 @@ export async function createDelegation(audienceDID, opts) { const client = await getClient() if (client.currentSpace() == null) { - throw new Error('no current space, use `w3 space register` to create one.') + throw new Error('no current space, use `w3 space create` to create one.') } const audience = DID.parse(audienceDID)