Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Dec 5, 2024
1 parent 1354ead commit 93fd285
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @mongodb-js/zstd

[![CI](https://github.com/mongodb-js/zstd/actions/workflows/CI.yml/badge.svg)](https://github.com/mongodb-js/zstd/actions/workflows/test.yml)
[![CI](https://github.com/mongodb-js/zstd/actions/workflows/test.yml/badge.svg)](https://github.com/mongodb-js/zstd/actions/workflows/test.yml)

Zstandard compression library for Node.js

Expand Down Expand Up @@ -63,6 +63,9 @@ Only the following version combinations with the [MongoDB Node.js Driver](https:
| `[email protected]` ||
| `[email protected]` | N/A |

`@mongodb-js/[email protected]` is compatible with `[email protected]` and above. `@mongodb-js/[email protected]` will work with
older versions of mongodb, but will produce peer dependency errors upon installation.

## API

```ts
Expand Down

0 comments on commit 93fd285

Please sign in to comment.