diff --git a/MimeKit-and-MimeKitLite.md b/MimeKit-and-MimeKitLite.md
index 6c3df86..296162f 100644
--- a/MimeKit-and-MimeKitLite.md
+++ b/MimeKit-and-MimeKitLite.md
@@ -11,14 +11,14 @@ The only solution for this is to apply the following changes to your project:
``` xml
- ⭐
+
+
+
MimeKitAlias
```
-⭐ add an Alias for the MimeKit NuGet
-
In your C# code change this:
``` csharp