Skip to content

Commit

Permalink
✏️ rename TL;DR → Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Dec 26, 2024
1 parent 4f216b7 commit 536483c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
[![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)

<!--
## Why
## Usage
## API
## Alternatives
## Related
-->

## Install

Expand All @@ -26,7 +19,7 @@ npm install console-powers
- **Write less, use inline.** You can sneak in `ii()``return ii(data)` — and it will print and return the value so you don't need to make a separate variable, print the value, and then return it. Also, if your don't have a shorthand for `console.log`, writing `ii` is faster.
- **And many more.** Better date/time printing, more readable `Map` printing, adaptive string trimming, and many more improvements over default logging methods.

## TL;DR
## Usage

You can replace `console.log()` with `ii()` & `console.table()` with `tt()` for a better debugging experience. Just add the two methods to the global scope and start experimenting:
```ts
Expand Down

0 comments on commit 536483c

Please sign in to comment.