From bd15665050c0333e6dc28d0a0a895a6f97894ddd Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 10:22:27 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e9d3624..579ef0d 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,15 @@ To verify the native `.node` packages, follow the same steps as above using `mon Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable. -| | `@mongodb-js/zstd@1.x` | -| ------------- | ---------------------- | -| `mongodb@6.x` | ✓ `^1.1.0` | -| `mongodb@5.x` | ✓ | -| `mongodb@4.x` | ✓ | -| `mongodb@3.x` | N/A | - -`@mongodb-js/zstd@2.x` is compatible with `mongodb@6.11` and above. `@mongodb-js/zstd@2.x` will work with -older versions of mongodb, but will produce peer dependency errors upon installation. +| | `@mongodb-js/zstd@1.x` | +| ---------------- | ---------------------- | +| `mongodb@>=6.11` | ✓ `^1.1.0` `^2.0.0` | +| `mongodb@<6.11` | ✓ `^1.1.0` | +| `mongodb@5.x` | ✓ | +| `mongodb@4.x` | ✓ | +| `mongodb@3.x` | N/A | + +`@mongodb-js/zstd@2.x` will work with `mongodb@<6.11` but will produce peer dependency errors upon installation. ## API