diff --git a/README.md b/README.md index 4a0f038..ad68ac5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Install the following packages to start using Pharmacist. | Core - Libary | [![CoreBadge]][Core] | | Global Tool | [![GlobalToolBadge]][GlobalTool] | | MSBuild Task | [![MsBuildBadge]][MsBuild] | +| Common | [![CommonBadge]][Common] | [Core]: https://www.nuget.org/packages/Pharmacist.Core/ [CoreBadge]: https://img.shields.io/nuget/v/Pharmacist.Core.svg @@ -33,6 +34,9 @@ Install the following packages to start using Pharmacist. [MsBuild]: https://www.nuget.org/packages/Pharmacist.MSBuild/ [MsBuildBadge]: https://img.shields.io/nuget/v/Pharmacist.MSBuild.svg +[Common]: https://www.nuget.org/packages/Pharmacist.Common/ +[CommonBadge]: https://img.shields.io/nuget/v/Pharmacist.Common.svg + ### What does it do? Pharmacist will convert events within an assembly and create observable wrappers for them.