From c073968a6f206bd73cd945e6694f36504bbd953f Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 10:24:18 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 579ef0d..02bf618 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ 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.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@1.x` | `@mongodb-js/zstd@2.x` | +| ---------------- | ---------------------- | ---------------------- | +| `mongodb@>=6.11` | ✓ `^1.1.0` | `^2.0.0` | +| `mongodb@<6.11` | ✓ `^1.1.0` | N/A | +| `mongodb@5.x` | ✓ | N/A | +| `mongodb@4.x` | ✓ | N/A | +| `mongodb@3.x` | N/A | N/A | `@mongodb-js/zstd@2.x` will work with `mongodb@<6.11` but will produce peer dependency errors upon installation.