From 1322dca0cc9a369360cdeecd2e31d6b9780072c3 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:47:39 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 69e2111..6565efe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ NSKit Framework Is a collection of well-documented __Data Structures__, __Helpers__ and __Categories__ to simplify and solve common problems when you develop your cocoa application. -###Data Structures +### Data Structures - Linked Lists - NSKitSinglyLinkedList - NSKitDoubleLinkedList @@ -12,7 +12,7 @@ Is a collection of well-documented __Data Structures__, __Helpers__ and __Catego - NSKitQueue - NSKitStack -###Categories +### Categories - NSArray(NSKitExtensions) - NSColor(NSKitExtensions) - NSEvent(NSKitExtensions) @@ -26,7 +26,7 @@ Is a collection of well-documented __Data Structures__, __Helpers__ and __Catego - NSView(NSKitExtensions) - NSWindow(NSKitExtensions) -###Helpers +### Helpers - Core Graphics - NSKitCGContextHelper - Debug @@ -52,7 +52,7 @@ Is a collection of well-documented __Data Structures__, __Helpers__ and __Catego - NSKitHoverView - NSKitProgressView -###Documentation +### Documentation You can generate documentation with [appledocs](https://github.com/tomaz/appledoc). You should install it to build the framework or disable the build script. @@ -62,16 +62,16 @@ You can generate documentation with [appledocs](https://github.com/tomaz/appledo Note, documentation is a work in progress. -###Feedback And Questions +### Feedback And Questions Found a bug or missing a feature? Don't hesitate to create a new issue here on GitHub. -###Contact +### Contact [Patrick Chamelo](https://github.com/nscoding)
[@nscoding](https://twitter.com/nscoding) -###License +### License NSKit is available under the MIT license. See the LICENSE file for details.