Skip to content

Commit 3de4e57

Browse files
authored
docs: fix zstd/zlib references in docs (#373)
1 parent eb7e529 commit 3de4e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/connection/network-compression.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ first one in the list supported by your MongoDB instance.
2020

2121
.. note::
2222

23-
When using the Snappy or Zlib compression algorithm, you must
23+
When using the Snappy or Zstandard compression algorithm, you must
2424
:ref:`add explicit dependencies <compression-dependencies>`.
2525

2626
.. _enable-compression:
@@ -89,7 +89,7 @@ following code:
8989

9090
npm install --save snappy
9191

92-
To add the Zlib compression algorithm to your application, run the
92+
To add the Zstandard compression algorithm to your application, run the
9393
following code:
9494

9595
.. code-block:: javascript

0 commit comments

Comments
 (0)