docs: fix consistency of byte units (kb to kB)#77
Conversation
📝 WalkthroughWalkthroughThis PR corrects unit formatting in README.md, changing "kb" to "kB" for brotli JavaScript size figures across four sections: hello-world comparison, interactive todo example, near-zero baseline bullets, and the bundle-size comparison table. ChangesREADME size-unit corrections
Estimated code review effort: 1 (Trivial) | ~2 minutes Related Issues: None mentioned in the provided context. Related PRs: None mentioned in the provided context. Suggested labels: documentation Suggested reviewers: dashersw Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
I noticed that while the tables use uppercase
Bfor bytes (e.g.,214 B), the text sections and the comparison table use lowercasekb.I've updated the lowercase
kbinstances tokBto keep the unit notation accurate and consistent throughout the README.P.S. I love Gea's philosophy so much that I've just built a data-fetching library for it called
gea-query! I also opened an issue (#76 ) to propose adding it to the ecosystem docs. If you have some time, I'd be honored if you could check it out as well!Summary by CodeRabbit