From 8a5e52751b84c21f48d616167a945e9ded334f54 Mon Sep 17 00:00:00 2001 From: Manuel Gomar Date: Mon, 11 Feb 2019 09:25:26 +0100 Subject: [PATCH] fix table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb15a08..99cd26b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Official Prism releases are available on NuGet. Simply add https://www.myget.org These are the base packages for each platform, together with the Prism's Core assembly as a cross-platform PCL. | Platform | Assembly | Package | NuGet | -| -------- | -------- | ------- | ------- | ----- | +| ----------- | ----------- | ---------- | ---------- | | PCL | Prism.dll | [Prism.Core][CoreNuGet] | [![CoreNuGetShield]][CoreNuGet] | [![CoreMyGetShield]][CoreMyGet] | | WPF | Prism.Wpf.dll | [Prism.Wpf][WpfNuGet] | [![WpfNuGetShield]][WpfNuGet] | | DryIoc | Prism.DryIoc.dll | [Prism.DryIoc][DryIocWpfNuGet] | [![DryIocWpfNuGetShield]][DryIocWpfNuGet] |