Skip to content

Commit 197fbaa

Browse files
committed
docs: update readme
1 parent 6736529 commit 197fbaa

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,18 @@ Ansis is focused on [small size](#compare-size) and [speed](#benchmark) while pr
5656

5757
### Recommended (Node.js 14+)
5858

59-
Install the default version, optimized for modern environments:
59+
Install the default version, optimized for modern environments.
6060
```bash
6161
npm install ansis
6262
```
6363

6464
### Legacy Support (Node.js 10+)
6565

66-
Install the special build for outdated Node.js versions. Use this only if you need compatibility with Node.js v10–v12:
66+
Install this special build only if you require compatibility with Node.js v10–v12 or newer.
6767
```bash
6868
npm install ansis@node10
6969
```
7070

71-
7271
## 🛠️ Usage
7372

7473
```js
@@ -84,12 +83,6 @@ console.log(hex('#FF75D1').bold.underline('Pink'));
8483
console.log(ansis.strip(red('Text'))); // Output plain text without ANSI codes
8584
```
8685

87-
<!--
88-
## 🌍 Used by
89-
90-
[NestJS](https://github.com/nestjs/nest), [Sequelize](https://github.com/sequelize/sequelize), [TypeORM](https://github.com/typeorm/typeorm), [Salesforce](https://github.com/salesforcecli/cli), [Oclif](https://github.com/oclif/core)
91-
-->
92-
9386
<a id="alternatives" name="alternatives"></a>
9487

9588
## ⚖️ Alternatives

0 commit comments

Comments
 (0)