You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/md/parse/distributions/browser_esm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ The ESM distribution target the latest browsers with support for [ECMAScript mod
12
12
13
13
Compared with the [Node.js version](/csv/distributions/nodejs_esm/), this distribution bundles polyfills to run outside of the Node.js environment.
14
14
15
-
Addtionnal information are available in the [project ECMAScript modules](/project/distributions/browser_esm/) documentation.
15
+
Additional information is available in the [project ECMAScript modules](/project/distributions/browser_esm/) documentation.
16
16
17
17
## Usage
18
18
19
-
The files can be manually imported. They dont require any external dependencies and they are located inside the [`packages/csv-parse/dist/esm`](https://github.com/adaltas/node-csv/tree/master/packages/csv-parse/dist/esm) folder.
19
+
The files can be manually imported. They don't require any external dependencies and they are located inside the [`packages/csv-parse/dist/esm`](https://github.com/adaltas/node-csv/tree/master/packages/csv-parse/dist/esm) folder.
20
20
21
21
When using NPM to manage and load your modules, for example within webpack, use:
0 commit comments