From 6614a9217208b9d7ef6b218617cbd6992b1e4611 Mon Sep 17 00:00:00 2001 From: m-kovalsky Date: Thu, 21 Oct 2021 13:06:30 +0300 Subject: [PATCH] Update README.md --- BestPracticeRules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md index a72a115..e863716 100644 --- a/BestPracticeRules/README.md +++ b/BestPracticeRules/README.md @@ -58,7 +58,7 @@ if (version == "3") w.DownloadFile(url, downloadLoc); ``` -*Note: If you want to load the rules in [Italian](https://github.com/microsoft/Analysis-Services/tree/master/BestPracticeRules/Italian), replace the url parameter in the code above with the code below* +*Note: If you want to load the rules in [Italian](https://github.com/microsoft/Analysis-Services/tree/master/BestPracticeRules/Italian), replace the url parameter in the code above with the code below.* ```C# string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/master/BestPracticeRules/Italian/BPARules.json"; ```