Skip to content

Commit 09b80b1

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

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +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** - 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>`).
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>`).
107107

108108
### Used by
109109

packages/excel-builder-vanilla/README.md

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

4949
## Major Changes
5050

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>`).
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)