diff --git a/README.md b/README.md index 158eb0f..38a0a07 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # pretty-print-json logo -_Pretty-print JSON data into HTML to indent and colorize (written in functional TypeScript)_ +_Pretty-print JSON data into HTML to indent and colorize_ [![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/center-key/pretty-print-json/blob/main/LICENSE.txt) [![npm](https://img.shields.io/npm/v/pretty-print-json.svg)](https://www.npmjs.com/package/pretty-print-json) -[![Size](https://badgen.net/bundlephobia/minzip/pretty-print-json)](https://bundlephobia.com/package/pretty-print-json) [![Hits](https://data.jsdelivr.com/v1/package/npm/pretty-print-json/badge?style=rounded)](https://www.jsdelivr.com/package/npm/pretty-print-json) [![Build](https://github.com/center-key/pretty-print-json/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/center-key/pretty-print-json/actions/workflows/run-spec-on-push.yaml) +Source is written in functional TypeScript, and **pretty-print-json.min.js** (minified) is 2.1 KB. + ![Screenshot](docs/screenshot.png) ## A) Try It Out