Skip to content

Commit 9a0f124

Browse files
authored
Update field-level-encryption.md
1 parent 8916500 commit 9a0f124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/field-level-encryption.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The encryption key in the following example is insecure; MongoDB recommends usin
4040

4141
```javascript
4242
const { ClientEncryption } = require('mongodb');
43-
// const { ClientEncryption } = require('mongodb-client-encryption'); As of version 6, ClientEncryption is moved to main mongodb driver.
4443
const mongoose = require('mongoose');
4544

4645
run().catch(err => console.log(err));

0 commit comments

Comments
 (0)