Skip to content

Commit

Permalink
Update packages/w3up-client/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo authored Dec 5, 2023
1 parent 4adcdf0 commit 6c42627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w3up-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ await client.setCurrentSpace(space.did())

#### Delegating from Space to Agent

In order to store data with w3up, your Agent will need a delegation from a Space. This automatically happens if you called `Account#provision` on a space. However, if you are initializing the client with a previously created Space, you can `login(email)` then claim a delegation granted to the account associated with your email:
In order to store data with w3up, your Agent will need a delegation from a Space. This automatically happens if you called `createSpace`. However, if you are initializing the client with a previously created Space, you can `login(email)` then claim a delegation granted to the account associated with your email:

```js
await client.login('[email protected]')
Expand Down

0 comments on commit 6c42627

Please sign in to comment.