diff --git a/src/pages/docs/how-to/upload.mdx b/src/pages/docs/how-to/upload.mdx index b90f12b..3bfb577 100644 --- a/src/pages/docs/how-to/upload.mdx +++ b/src/pages/docs/how-to/upload.mdx @@ -139,8 +139,8 @@ w3 delegation create | base64 Then, when you initialize and configure the client, you can pass in this Agent and UCAN. ```javascript -import { StoreMemory } from '@web3-storage/access/stores/store-memory' import * as Client from '@web3-storage/w3up-client' +import { StoreMemory } from '@web3-storage/w3up-client/stores' import { importDAG } from '@ucanto/core/delegation' import { CarReader } from '@ipld/car' import * as Signer from '@ucanto/principal/ed25519'