Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed May 29, 2023
1 parent 039006a commit 43060a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import { createClient } from "webdav/web";

import { createClient } from "webdav";

// will both work fine in supported bundlers
// both work fine in supported bundlers
```

Versions 3/4 supported a UMD-style module in the browser, but this is no longer supported in version 5. Version 5 provides only an ESM-enabled bundle that can be imported into other ESM-supporting projects.
Expand Down

0 comments on commit 43060a0

Please sign in to comment.