Skip to content

Commit

Permalink
docs: min
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 16, 2024
1 parent ba02933 commit b97c71b
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 @@ -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()
```
Expand Down

0 comments on commit b97c71b

Please sign in to comment.