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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the capitalization of Xcode in README #309

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ TapkuLibrary is an iOS library built on Cocoa and UIKit intended for broad use i
Much of the foundation (besides UIKit) is built off of [curry](https://github.com/devinross/curry). [curry](https://github.com/devinross/curry) is a submodule you'll need to pull down with tapku to run.

## Documentation
Browse the documentation at [devinsheaven.com/tapku/documentation](http://devinsheaven.com/tapku/documentation/). To add the documentation directly to XCode, [download the docset](http://devinsheaven.com/tapku/documentation/docset.zip) and place the docset into the `~/Library/Developer/Shared/Documentation/DocSets/` folder.
Browse the documentation at [devinsheaven.com/tapku/documentation](http://devinsheaven.com/tapku/documentation/). To add the documentation directly to Xcode, [download the docset](http://devinsheaven.com/tapku/documentation/docset.zip) and place the docset into the `~/Library/Developer/Shared/Documentation/DocSets/` folder.

## Adding Tapku To Your Project
Instructions on adding tapku library can be [found here](https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4). For additional help, check out the demo project.
Instructions on adding tapku library can be [found here](https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-Xcode-4). For additional help, check out the demo project.


Follow me on twitter [@devin_ross](http://twitter.com/devin_ross).
Expand Down