Skip to content

Commit 9631453

Browse files
committed
docs: add more info about IIFE standalone demo
1 parent e93e2c6 commit 9631453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/excel-builder-vanilla/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm install excel-builder-vanilla
1616

1717
The project offers 3 different bundle types, choose the best for your use case
1818
1. ESM: to `import from` (prefered)
19-
2. CJS: CommonJS to support old Node `require()`... might be removed in the future
19+
2. CJS: CommonJS to support old Node `require()` - will possibly be removed in the future
2020
3. IIFE: standalone script with `ExcelBuilder` available on the `window` object
2121

2222
```ts

0 commit comments

Comments
 (0)