Skip to content

Commit d0a94da

Browse files
tadjik1addaleax
andauthored
Apply suggestions from code review
Co-authored-by: Anna Henningsen <github@addaleax.net>
1 parent 8433095 commit d0a94da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Additionally, our Typescript types are compatible with the ECMAScript standard f
103103

104104
#### Running in Custom Runtimes
105105

106-
We are working on removing NodeJS as a dependency of the driver, so that in the future it will be possible to use the driver in non-Node environments.
106+
We are working on removing Node.js as a dependency of the driver, so that in the future it will be possible to use the driver in non-Node environments.
107107
This work is currently in progress, and if you're curious, this is [our first runtime adapter commit](https://github.com/mongodb/node-mongodb-native/commit/d2ad07f20903d86334da81222a6df9717f76faaa).
108108

109109
Some things to keep in mind if you are using a non-Node runtime:
110110

111111
1. Users of Webpack/Vite may need to prevent `crypto` polyfill injection.
112-
2. Auth mechanism `SCRAM-SHA-1` has a hard dependency on NodeJS.
112+
2. Auth mechanism `SCRAM-SHA-1` has a hard dependency on Node.js.
113113
3. Auth mechanism `SCRAM-SHA-1` is not supported in FIPS mode.
114114

115115
## Installation

0 commit comments

Comments
 (0)