Skip to content

Commit bd8b165

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

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,13 +101,13 @@ This modernization provides a huge decrease in the final build size, with only 1
101101

102102
## Major Changes
103103

104-
### version 3.0
104+
#### version 3.0
105105
- initial release (forked from original `excel-builder` library)
106106

107-
### version 4.0
107+
#### version 4.0
108108
- build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
109109

110-
### version 5.0
110+
#### version 5.0
111111
- drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).
112112

113113
### Used by

packages/excel-builder-vanilla/README.md

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

4949
## Major Changes
5050

51-
### version 3.0
51+
#### version 3.0
5252
- initial release (forked from original `excel-builder` library)
5353

54-
### version 4.0
54+
#### version 4.0
5555
- build as ESM-Only and drop CJS (CommonJS) build (aka `require()`)
5656

57-
### version 5.0
57+
#### version 5.0
5858
- drop the legacy IIFE build and the use of `window` object (typically used when loading as the legacy `<script>`).

0 commit comments

Comments
 (0)