Skip to content

Commit

Permalink
fix: slight changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi authored Dec 11, 2024
1 parent d03868d commit 57e8ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

---

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

---

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

## Performance ⚡

**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.
**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.

### Simple Data (non-ES6+)

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

## Run Benchmarks Locally 🛠️

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

1. Clone the repository:
```bash
Expand Down

0 comments on commit 57e8ca1

Please sign in to comment.