From d940a055df8d58a41cdb65b7a1386ef3bf9585c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Wed, 24 May 2017 14:20:25 +0200 Subject: [PATCH] Update README.md [skip ci] --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 87b292a..61a3593 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ You can install the package like this: ### Available Packages -* [SpiroNet](https://www.nuget.org/packages/SpiroNet) - core libspiro library. -* [SpiroNet.Editor](https://www.nuget.org/packages/SpiroNet.Editor) - core spiro shape editor. -* [SpiroNet.Json](https://www.nuget.org/packages/SpiroNet.Json) - json support for spiro shape editor. -* [SpiroNet.ViewModels](https://www.nuget.org/packages/SpiroNet.ViewModels) - view models for spiro shape editor controls. -* [SpiroNet.Editor.Avalonia](https://www.nuget.org/packages/SpiroNet.Editor.Avalonia) - avalonia editor view for spiro shape editor. +* [SpiroNet](https://www.nuget.org/packages/SpiroNet) - Core libspiro library. +* [SpiroNet.Editor](https://www.nuget.org/packages/SpiroNet.Editor) - Core spiro shape editor. +* [SpiroNet.Json](https://www.nuget.org/packages/SpiroNet.Json) - Json support for spiro shape editor. +* [SpiroNet.ViewModels](https://www.nuget.org/packages/SpiroNet.ViewModels) - View models for spiro shape editor controls. +* [SpiroNet.Editor.Avalonia](https://www.nuget.org/packages/SpiroNet.Editor.Avalonia) - Avalonia editor view for spiro shape editor. * [SpiroNet.Editor.Wpf](https://www.nuget.org/packages/SpiroNet.Editor.Wpf) - WPF editor view for spiro shape editor. ### Package Dependencies -* Newtonsoft.Json -* Avalonia +* [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) +* [Avalonia](https://www.nuget.org/packages/Avalonia/) Dependencies are required only for specific editor packages.