From ae67667383e3618eb8d7cdd0fb751dbdfe82ded2 Mon Sep 17 00:00:00 2001 From: Joshua Newell <3116028+imjosh@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:04:17 -0400 Subject: [PATCH] Update README.md change a word, syntax->statement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2661c76..e4aa3859 100644 --- a/README.md +++ b/README.md @@ -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", @@ -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')