From f0f54d3060d938d33f964a2b82a7e7f2fbc4afc4 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 5 Jan 2016 17:00:53 +0000 Subject: [PATCH 1/2] Updated readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 635f6e5..8c137d8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ + + ## DarkUI Dark themed control and docking library for .NET WinForms. ### About DarkUI DarkUI is an attempt to create a simple, extensible control library which emulates the look and feel of popular tabbed document interfaces such as Visual Studio, Photoshop, WebStorm, and XCode. Originally just a collection of bug fixes and enhancements built on top of WinForms, it has now evolved in to a fully working docking and control library. -Check out our [GitHub Pages site](http://www.darkui.com). +Check out our [GitHub pages site](http://www.darkui.com). ### How to use The best way to learn how to use DarkUI is to check out the Example project included with the source code. It'll show you how to use the majority of the forms, controls, and docking components. From d54bb989558eb48f7e5c34fc3399c94e0df075b4 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 5 Jan 2016 17:02:46 +0000 Subject: [PATCH 2/2] Updated logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c137d8..26083ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + ## DarkUI Dark themed control and docking library for .NET WinForms.