diff --git a/README.md b/README.md index 2ec8cee..bd17ffe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -![NPM Version](https://img.shields.io/npm/v/schemind) +![NPM Version](https://img.shields.io/npm/v/schemind?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fschemind) ![Code Coverage](https://raw.githubusercontent.com/kpietraszko/schemind/refs/heads/main/badge.svg) +![brotli size](https://deno.bundlejs.com/badge?q=schemind&treeshake=[*]&config={%22compression%22:%22brotli%22}) # schemind Read and write to messages serialized as arrays (aka indexed keys) by defining a schema. diff --git a/package.json b/package.json index c9104e8..315c11e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schemind", "version": "0.0.2", - "description": "Read and write to messages serialized as arrays (indexed keys) by defining a schema; \nenabling smaller message size when using protocols such as msgpack or JSON.", + "description": "Read and write to messages serialized as arrays (indexed keys) by defining a schema, \nenabling smaller message size when using protocols such as msgpack or JSON.", "keywords": [ "serialization", "schema", @@ -9,7 +9,7 @@ "indexed keys", "array", "msgpack", - "pack", + "messagepack", "packed" ], "license": "MIT",