Skip to content

Commit ae15c5f

Browse files
committed
update readme docs for bundle size badge
1 parent a15239e commit ae15c5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<a href="#contributors" target="_blank"><img alt="👪 All Contributors: 2" src="https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-2-21bb42.svg" /></a>
77
<a href="https://github.com/Not-Jayden/segment-string/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
88
<a href="https://codecov.io/gh/Not-Jayden/segment-string" target="_blank"><img alt="🧪 Coverage" src="https://img.shields.io/codecov/c/github/Not-Jayden/segment-string?label=%F0%9F%A7%AA%20coverage" /></a>
9+
<a href="https://bundlejs.com/?q=segment-string" target="_blank"><img alt="📏" src="https://deno.bundlejs.com/badge?q=segment-string" /></a>
910
<a href="https://github.com/Not-Jayden/segment-string/blob/main/LICENSE.md" target="_blank"><img alt="📝 License: MIT" src="https://img.shields.io/badge/%F0%9F%93%9D_license-MIT-21bb42.svg"></a>
1011
<a href="http://npmjs.com/package/segment-string"><img alt="📦 npm version" src="https://img.shields.io/npm/v/segment-string?color=21bb42&label=%F0%9F%93%A6%20npm" /></a>
1112
<img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/%F0%9F%92%AA_typescript-strict-21bb42.svg" />
@@ -17,7 +18,7 @@
1718

1819
- **Intuitive [`Intl.Segmenter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter) Wrapper**: Simplifies text segmentation with a clean API.
1920
- **Standards-Based**: Built on native `Intl.Segmenter` for robust compatibility.
20-
- **Lightweight & Tree-Shakeable**: Minimal footprint with optimal bundling (836B minified + gzipped).
21+
- **Lightweight & Tree-Shakeable**: Minimal footprint with optimal bundling.
2122
- **Highly Performant**: Uses iterators for efficient, on-demand processing.
2223
- **Full TypeScript Support**: Strict types for safe, predictable usage.
2324

0 commit comments

Comments
 (0)