From 36ec1bdd7800e9bae2a6d85ae9b03380d9e8261f Mon Sep 17 00:00:00 2001 From: Eitan Blumin Date: Mon, 20 May 2019 18:01:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3c914..3fe26c3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Send Calendar Invites from within SQL Server using a CLR stored procedure. ## Prerequisites -The CLR assembly in this project can only be deployed to a database with the trustworthy setting on, due to the assembly requiring the unsafe permission set. +The CLR assembly in this project can only be deployed to a database with the **trustworthy** setting on, due to the assembly requiring the **UNSAFE permission set**. ## Installation