Merge pull request #40 from MathewSachin/patch-1

Fix headings in README
This commit is contained in:
Jochen Kühner 2017-12-21 21:45:56 +01:00 коммит произвёл GitHub
Родитель 1f5b35e5d7 3fbfb685ea
Коммит 3abb35a3c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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.