Skip to content

Commit

Permalink
✏️ + instead of and
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Dec 28, 2024
1 parent 80b9098 commit 2014c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install console-powers

## Usage

The library can be mentally split in two: **1)** `ii()` that aims to replace `console.log` and `tt()` that aims to replace `console.table`, **2)** the core API that allows doing advanced printing in the browser console. This is a getting started for **1)**. For **2)** see [API section](#api).
The library can be mentally split in two: **1)** `ii()` that aims to replace `console.log` + `tt()` that aims to replace `console.table`, **2)** the core API that allows doing advanced printing in the browser console. This is a getting started for **1)**. For **2)** see [API section](#api).

1. Add `ii` and `tt` to the global scope so you can use it anywhere without importing it – just like `console.log`:
```ts
Expand Down

0 comments on commit 2014c45

Please sign in to comment.