Skip to content

Commit eb140cb

Browse files
authored
docs: use latest version in docs
1 parent e4da237 commit eb140cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The project offers 3 different build types, choose the best one depending on you
5050
import { createWorksheet } from 'excel-builder-vanilla';
5151

5252
// IIFE - CDN
53-
<script src="https://cdn.jsdelivr.net/npm/excel-builder-vanilla@3.0.1/dist/excel-builder.iife.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/excel-builder-vanilla@4.0.1/dist/excel-builder.iife.js"></script>
5454
<script>
5555
const worksheet = ExcelBuilder.createWorksheet(); // or window.ExcelBuilder.createWorksheet();
5656
</script>
@@ -94,6 +94,7 @@ The modernization steps:
9494
- replace `JSZip` dependency with [`fflate`](https://github.com/101arrowz/fflate) which has an ESM build and offers better performance.
9595
- bump version to `v3.0.0` as a `major` release (_the original project version was in the `2.x` range._)
9696
- note that the changelog did not exists prior to `v3.0.0`
97+
- v4.x is now ESM-Only
9798

9899
The project now requires only 1 small dependency which is [fflate](https://github.com/101arrowz/fflate).
99100

0 commit comments

Comments
 (0)