From c78fe0e44f8d5401b7bada682b47976595e323ac Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 23 Oct 2024 13:41:43 -0400 Subject: [PATCH] wording --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3283267..bb02769 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@cityssm/mssql-query-replicate", "version": "0.1.0", "type": "module", - "description": "A simple way to replicate the results of a SQL Server query from database into a table in another.", + "description": "A simple way to replicate the results of a SQL Server query from one database into a table in another.", "exports": "./index.js", "scripts": { "test": "cross-env NODE_ENV=dev DEBUG=mssql-query-replicate:*,mssql-multi-pool:* node --test",