Skip to content

Commit e997a99

Browse files
committed
docs: fix some typos
1 parent bd8b165 commit e997a99

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,9 @@ This modernization provides a huge decrease in the final build size, with only 1
101101

102102
## Major Changes
103103

104-
#### version 3.0
105-
- initial release (forked from original `excel-builder` library)
106-
107-
#### version 4.0
108-
- build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
109-
110-
#### version 5.0
111-
- drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).
104+
**version 3.0** - initial release (forked from original `excel-builder` library)
105+
**version 4.0** - build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
106+
**version 5.0** - drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).
112107

113108
### Used by
114109

packages/excel-builder-vanilla/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ downloadExcelFile(artistWorkbook, 'Artist WB.xlsx');
4848

4949
## Major Changes
5050

51-
#### version 3.0
52-
- initial release (forked from original `excel-builder` library)
53-
54-
#### version 4.0
55-
- build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
56-
57-
#### version 5.0
58-
- drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).
51+
**version 3.0** - initial release (forked from original `excel-builder` library)
52+
**version 4.0** - build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
53+
**version 5.0** - drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).

0 commit comments

Comments
 (0)