Skip to content

Commit 57e8ca1

Browse files
authored
fix: slight changes to readme
1 parent d03868d commit 57e8ca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
---
1717

18-
**The fastest deep comparator with full ES6+ support.**
18+
**The fastest deep comparator for JS/TS.**
1919

2020
---
2121

@@ -59,7 +59,7 @@ isEqual({ a: 1 }, { a: 1 }); // true
5959

6060
## Performance ⚡
6161

62-
**Note**: Benchmarks were conducted on specific datasets (available in the `benchmarks` directory). Your results may vary depending on your data and use case. Running benchmarks on your dataset is recommended.
62+
**Note**: Benchmarks were conducted on specific datasets (available in the `src/fixtures` directory). Your results may vary depending on your data and use case. Running benchmarks on your dataset is recommended.
6363

6464
### Simple Data (non-ES6+)
6565

@@ -85,7 +85,7 @@ isEqual({ a: 1 }, { a: 1 }); // true
8585

8686
## Run Benchmarks Locally 🛠️
8787

88-
To run the benchmarks on your machine:
88+
To get more detailed benchmarks for different data types, run the tests directly on your own machine:
8989

9090
1. Clone the repository:
9191
```bash

0 commit comments

Comments
 (0)