Skip to content

Commit 34ab349

Browse files
committed
docs: tweak readme info
1 parent 5b04d39 commit 34ab349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The modernization steps:
3131
- drop `Lodash` dependency (we now use native JS code)
3232
- replace `JSZip` dependency with [`fflate`](https://github.com/101arrowz/fflate) which has an ESM build offers better performance.
3333

34-
This modernization should also provide a huge decrease in the final build size and possibly offer better performance 🚀
34+
This modernization is providing a huge decrease in the final build size and is offering better performance 🚀
3535

3636
## Installation
3737

@@ -43,7 +43,7 @@ The project offers 3 different bundle types, choose the best for your use case
4343
1. ESM: to `import from` (prefered)
4444
2. CJS: CommonJS to support old Node `require()`... might be removed in the future
4545
3. IIFE: standalone script with `ExcelBuilder` available on the `window` object
46-
46+
4747
```ts
4848
// ESM - npm install
4949
import { createWorksheet } from 'excel-builder-vanilla';

0 commit comments

Comments
 (0)