From 4900864a32c48ccd2c34b4011623d6a230c4a9e2 Mon Sep 17 00:00:00 2001 From: Marcin Gminski <8288333+marcingminski@users.noreply.github.com> Date: Sun, 9 Aug 2020 15:50:03 +0100 Subject: [PATCH] typo (#197) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f0bffe..5d9e560e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ SQL Server Express is not supported as there is no Agent to invoke data collecti >>Although Docker and Linux work, the Windows-only WMI basd disk utilisation collector will fail. # Installation -The easiset way to install SQLWATCH is to use [dbatools](https://github.com/sqlcollaborative/dbatools): +The easiest way to install SQLWATCH is to use [dbatools](https://github.com/sqlcollaborative/dbatools): ``` Install-DbaSqlWatch -SqlInstance SQLSERVER1,SQLSERVER2,SQLSERVER3 -Database SQLWATCH @@ -42,3 +42,4 @@ SqlPackage.exe /p:RegisterDataTierApplication=True ``` Or by [deploying Data-Tier application in SQL Server Management Studio](https://docs.microsoft.com/en-us/sql/relational-databases/data-tier-applications/deploy-a-data-tier-application?view=sql-server-2017) +