From 3fbfb685eabad000534ed9a1d8525e93c2613a2c Mon Sep 17 00:00:00 2001 From: Mathew Sachin Date: Thu, 21 Dec 2017 23:35:52 +0530 Subject: [PATCH] Fix headings in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a79c415..7422727 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # WpfDesigner The WPF Designer from SharpDevelop -##Overview +## Overview WpfDesigner is a set of assemblies which can be included in your project to implement a XAML GUI editor. @@ -12,21 +12,21 @@ Branch | Status *master* (Development) | [![Build status](https://ci.appveyor.com/api/projects/status/iqxeo16r8ff9qv66/branch/master?svg=true)](https://ci.appveyor.com/project/icsharpcode/WpfDesigner/branch/master) -##System Requirements (running SharpDevelop) +## System Requirements (running SharpDevelop) - [.NET 4.5](http://www.microsoft.com/en-au/download/details.aspx?id=30653) -##Libraries and Integrated Tools +## Libraries and Integrated Tools Only the sample app has dependencies: * [Avalon Dock](http://avalondock.codeplex.com/) * [Avalon Edit](https://github.com/icsharpcode/AvalonEdit) -##Download +## Download [NuGet](https://www.nuget.org/packages/ICSharpCode.WpfDesigner/) -##Sample App +## Sample App ![Sample App](/screenshot.png?raw=true "Sample App") -######Copyright 2015-2016 AlphaSierraPapa for the SharpDevelop team. SharpDevelop is distributed under the MIT license. +###### Copyright 2015-2016 AlphaSierraPapa for the SharpDevelop team. SharpDevelop is distributed under the MIT license.