From 3905883b5872e5d724d832fa1eb5cbb60dfbf0fd Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 2 Jun 2023 17:55:36 +0200 Subject: [PATCH] Use `bundlejs` --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 98c27ef..5dd7fe5 100644 --- a/readme.md +++ b/readme.md @@ -18,9 +18,9 @@ Natural language parser, for Latin-script languages, that produces [nlcst][]. * [Algorithm](#algorithm) * [Types](#types) * [Compatibility](#compatibility) +* [Security](#security) * [Related](#related) * [Contribute](#contribute) -* [Security](#security) * [License](#license) ## What is this? @@ -190,9 +190,9 @@ See [How to Contribute to Open Source][contribute]. [downloads]: https://www.npmjs.com/package/parse-latin -[size-badge]: https://img.shields.io/bundlephobia/minzip/parse-latin.svg +[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=parse-latin -[size]: https://bundlephobia.com/result?p=parse-latin +[size]: https://bundlejs.com/?q=parse-latin [npm]: https://docs.npmjs.com/cli/install