diff --git a/README.md b/README.md index f37ee54..409d7f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `console-powers` -> Better debugging experience in the browser's console. Ditch `console.log`. +> New way to debug & inspect in the browser. Ditch `console.log`. [![Gzipped Size](https://img.shields.io/bundlephobia/minzip/console-powers)](https://bundlephobia.com/result?p=console-powers) [![Build Status](https://img.shields.io/github/actions/workflow/status/astoilkov/console-powers/main.yml?branch=main)](https://github.com/astoilkov/console-powers/actions/workflows/main.yml) diff --git a/package.json b/package.json index 033ffae..01ac409 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "console-powers", "version": "0.12.0", - "description": "Craft beautiful browser console messages. Debug & inspect data with elegant outputs. Small & tree-shakable.", + "description": "New way to debug & inspect in the browser. Ditch console.log.", "license": "MIT", "repository": "astoilkov/console-powers", "funding": "https://github.com/sponsors/astoilkov",