Skip to content

Commit 22e427b

Browse files
committed
Update README
1 parent 8bb4f3d commit 22e427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Wrap an [async](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referenc
2424
This package includes two builds.
2525

2626
- ES6 build (ES2015) with CommonJS module for `main` build in package.json.
27-
- ES6 build (ES2015) with ES6 module for `module` build. Some tools will follow the `module` field in `package.json`, like Rollup, Webpack, or Parcel. It is good to let build tools can tree-shake your module build to import only the code they need.
27+
- ES6 build (ES2015) with ES6 module for `module` build. Some tools will follow the `module` field in `package.json`, like Rollup, Webpack, or Parcel. It is good to let build tools can tree-shake this module build to import only the code they need.
2828

2929
Either `npm install d4c-queue` or `yarn add d4c-queue`. Then import this package.
3030

0 commit comments

Comments
 (0)