Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2020-01-11 19:55:54 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2020-01-15 18:36:00 +0300
commit7340534c698bffe3347d16c238f9e75c7233a0dd (patch)
treec6ff0852762d2cce60843c4120a6ba575836d165 /README.md
parent163f2062ef6bab5b3bb748f8e9175da5b97a7f18 (diff)
Add MsgPack001 analyzer and first test
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5af1423c..7a6f338e 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ We target .NET Standard 2.0 with special optimizations for .NET Core 2.1+.
Install-Package MessagePack
```
-Install the optional C# analyzer to get warnings for coding mistakes and code fixes to save you time:
+Install the optional C# [analyzers](doc/analyzers/index.md) to get warnings for coding mistakes and code fixes to save you time:
```ps1
Install-Package MessagePackAnalyzer