Skip to content

Commit 27a1b05

Browse files
committed
docs: fix readme typo
1 parent 234987f commit 27a1b05

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ The modernization steps:
4141
- replace `JSZip` dependency with [`fflate`](https://github.com/101arrowz/fflate) which has an ESM build and offers better performance.
4242
- bump version to `v3.0.0` as a `major` release (_the original project version was in the `2.x` range._)
4343
- note that the changelog did not exists prior to `v3.0.0`
44-
- **in summary** we dropped 2 of 3 dependencies and switched to a compression library offering better perf **and** tree shaking
45-
- the library now only has 1 dependency, [fflate](https://github.com/101arrowz/fflate)
4644

47-
This modernization is providing a huge decrease in the final build size and is offering better performance 🚀
45+
The project now requires only 1 dependency which is [fflate](https://github.com/101arrowz/fflate).
46+
47+
### Summary
48+
49+
This modernization is providing a huge decrease in the final build size, with now only 1 dependency, and is offering better performance 🚀
4850

4951
## Installation
5052

0 commit comments

Comments
 (0)