We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a786942 commit dcb611fCopy full SHA for dcb611f
README.md
@@ -5,7 +5,7 @@
5
6
</a>
7
</p>
8
-<p align="center">Fast <b>3kB</b> alternative to React with the same modern API.</p>
+<p align="center">Fast <b>4kB</b> alternative to React with the same modern API.</p>
9
10
**All the power of Virtual DOM components, without the overhead:**
11
package.json
@@ -3,7 +3,7 @@
3
"amdName": "preact",
4
"version": "10.26.8",
"private": false,
- "description": "Fast 3kb React-compatible Virtual DOM library.",
+ "description": "Fast 4kb React-compatible Virtual DOM library.",
"main": "dist/preact.js",
"module": "dist/preact.mjs",
"umd:main": "dist/preact.umd.js",
0 commit comments