From af7da63be87203ee72bd7cc72b6144b581b70ee7 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Thu, 4 Feb 2021 19:14:50 +0200 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index 83ece34..608f22e 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -18,7 +18,6 @@ Following these steps will automatically load the Best Practice Rules into your System.Net.WebClient w = new System.Net.WebClient(); - string userName = System.Environment.UserName; string path = System.Environment.GetFolderPath(System.Environment.SpecialFolder.LocalApplicationData); string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/master/BestPracticeRules/BPARules.json"; string downloadLoc = path+@"\TabularEditor\BPARules.json";