Skip to content

Commit 1740d51

Browse files
JacobMGEvansJessica Lord
authored and
Jessica Lord
committed
style(docs): minor grammatical fixes to README (#1660)
The fixes are very few in quantity and only very minor issues can likely be ignored. > Missing comma after "However" >Hyphen missing
1 parent c519b9b commit 1740d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ The MongoDB driver depends on several other packages. These are:
6767

6868
The `kerberos` package is a C++ extension that requires a build environment to be installed on your system. You must be able to build Node.js itself in order to compile and install the `kerberos` module. Furthermore, the `kerberos` module requires the MIT Kerberos package to correctly compile on UNIX operating systems. Consult your UNIX operation system package manager for what libraries to install.
6969

70-
**Windows already contains the SSPI API used for Kerberos authentication. However you will need to install a full compiler tool chain using Visual Studio C++ to correctly install the Kerberos extension.**
70+
**Windows already contains the SSPI API used for Kerberos authentication. However, you will need to install a full compiler tool chain using Visual Studio C++ to correctly install the Kerberos extension.**
7171

7272
### Diagnosing on UNIX
7373

74-
If you don’t have the build essentials, this module won’t build. In the case of Linux, you will need gcc, g++, Node.js with all the headers and Python. The easiest way to figure out what’s missing is by trying to build the Kerberos project. You can do this by performing the following steps.
74+
If you don’t have the build-essentials, this module won’t build. In the case of Linux, you will need gcc, g++, Node.js with all the headers and Python. The easiest way to figure out what’s missing is by trying to build the Kerberos project. You can do this by performing the following steps.
7575

7676
```bash
7777
git clone https://github.com/mongodb-js/kerberos

0 commit comments

Comments
 (0)