Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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.

Expand All @@ -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)<br />
[@nscoding](https://twitter.com/nscoding)

###License
### License

NSKit is available under the MIT license. See the LICENSE file for details.

Expand Down