Skip to content

Commit cecc7ca

Browse files
committed
docs: update readme
1 parent 03a4077 commit cecc7ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ console.log(rgb(224, 17, 95).italic`Ruby`);
5959

6060
Ansis is the fastest when using 2 or more styles, which is the common real-world use case.
6161

62-
| Library | 1 style | 2+ styles |
63-
|------------------|-----------------|----------------|
64-
| `ansis` | 60M ops/sec | 🏆 60M ops/sec |
65-
| `picocolors` | 🏆 109M ops/sec | 58M ops/sec |
66-
| `chalk` | 55M ops/sec | 47M ops/sec |
67-
| `util.styleText` | 0.5M ops/sec | 0.5M ops/sec |
62+
| Library | 1 style | 2+ styles |
63+
|------------------|-----------------:|----------------:|
64+
| `ansis` | 60M ops/sec | 🏆 60M ops/sec |
65+
| `picocolors` | 🏆 109M ops/sec | 58M ops/sec |
66+
| `chalk` | 55M ops/sec | 47M ops/sec |
67+
| `util.styleText` | 0.5M ops/sec | 0.5M ops/sec |
6868

6969

7070
[📊 Full benchmarks →](./docs/benchmarks.md)

0 commit comments

Comments
 (0)