Skip to content

Commit a18e032

Browse files
updated readme and version
1 parent cd200d7 commit a18e032

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Benchmarked with `oha -c 100 -z 30s` on Windows 10:
2828
| Fastify | 15,519 | 16,434 |
2929
| Express | 13,138 | 13,458 |
3030

31-
> PrinceJS is **2.3× faster than Express**, matches Hono head-to-head, and sits at just **5.1kB gzipped** — loads in ~101ms on a slow 3G connection.
31+
> PrinceJS is **2.3× faster than Express**, matches Hono head-to-head, and sits at approximately 5kB gzipped — loads in approximately 100ms on a slow 3G connection.
3232
3333
---
3434

@@ -680,7 +680,7 @@ bun test
680680

681681
<div align="center">
682682

683-
**PrinceJS: 5.1kB. Hono-speed. Everything included. 👑**
683+
**PrinceJS: ~5kB. Hono-speed. Everything included. 👑**
684684

685685
*Built with ❤️ in Nigeria*
686686

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "princejs",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "An easy and fast backend framework that is among the top three — by a 13yo developer, for developers.",
55
"main": "dist/prince.js",
66
"types": "dist/prince.d.ts",

0 commit comments

Comments
 (0)