Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change a word, syntax->statement
  • Loading branch information
imjosh committed Jun 3, 2024
1 parent 38e4848 commit ae67667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const sqlConfig = {
## Windows Authentication Example Using MSNodeSQLv8

```javascript
const sql = require('mssql/msnodesqlv8');
const sql = require('mssql/msnodesqlv8');

const config = {
server: "MyServer",
Expand Down Expand Up @@ -695,7 +695,7 @@ ___

Alternative driver, requires Node.js v10+ or newer; Windows (32 or 64-bit) or Linux/macOS (64-bit only). It's not part of the default package so it must be [installed](#msnodesqlv8-driver) in addition. Supports [Windows/Trusted Connection authentication](#windows-authentication-example-using-msnodesqlv8).

**To use this driver you must use this `require` syntax:**
**To use this driver you must use this `require` statement:**

```javascript
const sql = require('mssql/msnodesqlv8')
Expand Down

0 comments on commit ae67667

Please sign in to comment.