diff --git a/packages/w3up-client/README.md b/packages/w3up-client/README.md index 66bf516bd..40c73fb80 100644 --- a/packages/w3up-client/README.md +++ b/packages/w3up-client/README.md @@ -122,7 +122,7 @@ Once initialized, you can access the client's `Agent` with the [`agent` getter][ You can also import a pre-built bundle, which adds the exports from the client to a _global_ variable `w3up`: ```js -import '@web3-storage/w3up-client/browser.bundle.js' +import '@web3-storage/w3up-client/browser.min.js' const client = await w3up.create() ```