Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 15, 2025
1 parent b2bcdd9 commit 9f63fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Bundling
This module is distributed in 3 formats
- `lib.esm` build `dist/lib.esm.js` in es6 format
- `lib.cjs` build `dist/lib.cjs.js` in es5 format
- `lib.esm` build `dist/lib.esm/index.js` in es6 format
- `lib.cjs` build `dist/lib.cjs/index.js` in es5 format
- `umd` build `dist/httpHelpers.umd.min.js` in es5 format without polyfilling corejs minified

By default, the appropriate format is used for your specified usecase
Expand Down

0 comments on commit 9f63fcf

Please sign in to comment.