Update README.md

This commit is contained in:
m-kovalsky 2021-10-21 13:06:30 +03:00 committed by GitHub
parent 2ffd6b8878
commit 6614a92172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ if (version == "3")
w.DownloadFile(url, downloadLoc); 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# ```C#
string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/master/BestPracticeRules/Italian/BPARules.json"; string url = "https://raw.githubusercontent.com/microsoft/Analysis-Services/master/BestPracticeRules/Italian/BPARules.json";
``` ```